Add an example with a forwardslash identifier
This commit is contained in:
parent
7479c6a549
commit
75678cf436
|
@ -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]",
|
||||
|
|
Loading…
Reference in New Issue