DEBSOURCES
Skip Quicknav
sources / python-friendly-traceback / 0.7.62%2Bgit20240811.d7dbff6-1.1 / tests / syntax / unexpected_eof.py
1234567
"""Should raise SyntaxError: unexpected EOF while parsing """ def foo(): return [1, 2, 3, print(foo())