ruff/crates/ruff_python_parser/resources/invalid/expressions/emoji_identifiers.py

8 lines
64 B
Python

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