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:::c",
|
||||||
"a+-b",
|
"a+-b",
|
||||||
r"\nhe\\l\lo\n\t\rbye",
|
r"\nhe\\l\lo\n\t\rbye",
|
||||||
|
"a/b",
|
||||||
"אבגד",
|
"אבגד",
|
||||||
"aaאבגדcc",
|
"aaאבגדcc",
|
||||||
"a[bcd]",
|
"a[bcd]",
|
||||||
|
|
Loading…
Reference in New Issue