black/tests/data/simple_cases/beginning_backslash.py
Sagi Shadur fc2a16433e
Read simple data cases automatically (#3034)
Co-authored-by: Felix Hildén <felix.hilden@gmail.com>
2022-05-08 12:27:40 -07:00

13 lines
63 B
Python

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