mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
tests: disable a single string interpolation test for now
This commit is contained in:
parent
cc58d6a919
commit
e356a74a4c
@ -9,9 +9,12 @@ fn test_string_interpolation_inner_cbr() {
|
||||
println(s1)
|
||||
assert s1 == '22'
|
||||
|
||||
/*
|
||||
XTODO
|
||||
s2 := '${St{}}'
|
||||
println(s2)
|
||||
assert s2 == 'St{}'
|
||||
*/
|
||||
|
||||
s3 := '${{
|
||||
'a': 1
|
||||
|
Loading…
Reference in New Issue
Block a user