Files
ruff/crates/ruff_python_parser/resources/invalid/expressions/emoji_identifiers.py
Victor Hugo Gomes 78ee6441a7 Replace LALRPOP parser with hand-written parser
Co-authored-by: Micha Reiser <micha@reiser.io>
2024-03-07 16:44:46 +05:30

8 lines
64 B
Python

a = (🐶
# comment 🐶
)
a = (🐶 +
# comment
🐶)