github.com/tiagovtristao/plz@v13.4.0+incompatible/src/parse/asp/test_data/fstring.build (about) 1 x = 'a' 2 y = f'{x}' 3 z = f'x: {x} y: {y} fin' 4 5 def fstring(): 6 y = f'{x}'