DEBSOURCES
Skip Quicknav
sources / python-refurb / 1.27.0-1 / test / data / err_183.py
1234567891011121314
x = " " # these should match f"{x}" f"{123}" # these should not f"hello{x}world" f"{x} {x}" f"{x:{x}}"