Skip to content

Commit

Permalink
Called wrong check routine
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky committed Dec 11, 2024
1 parent ab22393 commit 26b1234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_string_tokens.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ def test_string():
check_string(r'"a\"b\\c"', r'"a\"b\\c"')
incomplete_error(r'"abc', "String does not have terminating quote")
incomplete_error(r'"\"', "Unterminated escape sequence")
incomplete_error(r'"a\X"', '"X" is not a valid escape character')
scan_error(r'"a\X"', '"X" is not a valid escape character')

0 comments on commit 26b1234

Please sign in to comment.