Skip to content

Commit 7353b6c

Browse files
committed
Add test also to test_syntax
1 parent b7be72c commit 7353b6c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Lib/test/test_syntax.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -659,6 +659,9 @@
659659
Traceback (most recent call last):
660660
SyntaxError: cannot assign to __debug__
661661
662+
>>> import ä £
663+
Traceback (most recent call last):
664+
SyntaxError: invalid character '£' (U+00A3)
662665
"""
663666

664667
import re

0 commit comments

Comments
 (0)