Add an example with a forwardslash identifier

This commit is contained in:
Alexander King 2021-10-29 10:33:37 -04:00
parent 7479c6a549
commit 75678cf436
1 changed files with 1 additions and 0 deletions

View File

@ -144,6 +144,7 @@ def test_syntax_errors(expr: str, column: int, message: str) -> None:
"a:::c",
"a+-b",
r"\nhe\\l\lo\n\t\rbye",
"a/b",
"אבגד",
"aaאבגדcc",
"a[bcd]",