summaryrefslogtreecommitdiffstatshomepage
path: root/tests/basics/string_fstring_debug.py.exp
blob: f0309e1c98aa9f7b877cf887f4bf843010c8b66a (plain) (blame)
1
2
3
4
5
6
7
8
9
x=1
x=00000001
a x=1 b 2 c
a x=00000001 b 2 c
a f() + g("foo") + h()=15 b
a f() + g("foo") + h()=0000000f b
a 1,=(1,) b
a x,y,=(1, 2) b
a x,1=(1, 1) b