diff options
Diffstat (limited to 'tests/basics/string_fstring_debug.py.exp')
-rw-r--r-- | tests/basics/string_fstring_debug.py.exp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/basics/string_fstring_debug.py.exp b/tests/basics/string_fstring_debug.py.exp index 563030f40..f0309e1c9 100644 --- a/tests/basics/string_fstring_debug.py.exp +++ b/tests/basics/string_fstring_debug.py.exp @@ -4,3 +4,6 @@ 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 |