summaryrefslogtreecommitdiff
path: root/tests/basics/string_fstring.py
AgeCommit message (Expand)Author
2024-06-06py/lexer: Support raw f-strings.Damien George
2024-06-06py/lexer: Support concatenation of adjacent f-strings.Damien George
2024-05-28tests/basics: Move str/bytes tests that give SyntaxWarning to sep file.Damien George
2023-06-14py/lexer: Allow conversion specifiers in f-strings (e.g. !r).Jared Hancock
2023-01-20py/lexer: Wrap in parenthesis all f-string arguments passed to format.Jim Mussared
2021-11-25py/lexer: Support nested [] and {} characters within f-string params.Damien George
2021-08-26tests/basics: Split f-string debug printing to separate file with .exp.Damien George
2021-08-14py: Implement partial PEP-498 (f-string) support.Jim Mussared