mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-29 05:15:12 +00:00
7 lines
172 B
Python
7 lines
172 B
Python
# coding=utf8
|
|
print("Hello world")
|
|
|
|
"""
|
|
Regression test for https://github.com/astral-sh/ruff/issues/6756
|
|
The leading space must be removed to prevent invalid syntax.
|
|
"""
|