diff options
Diffstat (limited to 'tests/basics/string_fstring_debug.py.exp')
-rw-r--r-- | tests/basics/string_fstring_debug.py.exp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/basics/string_fstring_debug.py.exp b/tests/basics/string_fstring_debug.py.exp new file mode 100644 index 0000000000..563030f400 --- /dev/null +++ b/tests/basics/string_fstring_debug.py.exp @@ -0,0 +1,6 @@ +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 |