DEBSOURCES
Skip Quicknav
sources / python-friendly-traceback / 0.7.62%2Bgit20240811.d7dbff6-1.1 / tests / syntax / indentation_error_4.py
12345678
'''Should raise IndentationError''' def f(): s = "a"\ "b" "c" f()