From 75678cf436a31d6671b8a4a14d51b5b14af07b47 Mon Sep 17 00:00:00 2001 From: Alexander King Date: Fri, 29 Oct 2021 10:33:37 -0400 Subject: [PATCH] Add an example with a forwardslash identifier --- testing/test_mark_expression.py | 1 + 1 file changed, 1 insertion(+) diff --git a/testing/test_mark_expression.py b/testing/test_mark_expression.py index be278535c..f3643e7b4 100644 --- a/testing/test_mark_expression.py +++ b/testing/test_mark_expression.py @@ -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]",