mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
all: rollback to old interpolation (step 3) (#16380)
This commit is contained in:
parent
bbae7a705f
commit
26d643fc5d
27 changed files with 91 additions and 108 deletions
|
@ -504,7 +504,7 @@ fn test_struct_print() {
|
|||
}
|
||||
a.b << b
|
||||
a.b << b
|
||||
assert a.str() == r'{Test [{1 2}, {1 2}]}'
|
||||
assert a.str() == '{Test [{1 2}, {1 2}]}'
|
||||
assert b.str() == '{1 2}'
|
||||
assert a.b.str() == '[{1 2}, {1 2}]'
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue