black/tests/data/beginning_backslash.py

13 lines
63 B
Python

\
print("hello, world")
# output
print("hello, world")