diff --git a/tests/data/string_quotes.py b/tests/data/string_quotes.py index 3384241f4ad..49fb37138fd 100644 --- a/tests/data/string_quotes.py +++ b/tests/data/string_quotes.py @@ -1,4 +1,5 @@ '''''' + '\'' '"' "'" @@ -57,8 +58,8 @@ f"\"{a}\"{'hello' * b}\"{c}\"" # output - """""" + "'" '"' "'"