DEBSOURCES
Skip Quicknav
sources / python-friendly-traceback / 0.7.62%2Bgit20240811.d7dbff6-1.1 / tests / syntax / f_string_unterminated.py
1234
"""Should raise SyntaxError: f-string: unterminated string """ print(f"Bob is {age['Bob]} years old.")