black/tests/data/cases/power_op_newline.py
Jelle Zijlstra a69bda3b9b
Use inline flags for test cases (#3931)
Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com>
2023-10-09 18:43:47 -07:00

12 lines
94 B
Python

# flags: --line-length=0
importA;()<<0**0#
# output
importA
(
()
<< 0
** 0
) #