Skip to content

Commit 042e05f

Browse files
committed
Add additional tests
1 parent 8c4c299 commit 042e05f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/test_functional.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,10 @@
3232
]
3333
TESTS_NAMES = [t.base for t in TESTS]
3434
TEST_WITH_EXPECTED_DEPRECATION = [
35-
"future_unicode_literals",
35+
"anomalous_backslash_escape",
3636
"anomalous_unicode_escape",
37+
"excess_escapes",
38+
"future_unicode_literals",
3739
]
3840

3941

0 commit comments

Comments
 (0)