mirror of
https://github.com/davidhalter/parso.git
synced 2025-12-08 05:34:51 +08:00
Add two more issues one about strings and one about an import.
This commit is contained in:
@@ -5,6 +5,10 @@ gather some of the potentially dangerous ones.
|
||||
|
||||
from __future__ import division
|
||||
|
||||
'' ''
|
||||
''r''u''
|
||||
b'' BR''
|
||||
|
||||
for x in [1]:
|
||||
try:
|
||||
continue # Only the other continue and pass is an error.
|
||||
|
||||
Reference in New Issue
Block a user