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:
@ -9,9 +9,12 @@ fn test_string_interpolation_inner_cbr() {
|
|||||||
println(s1)
|
println(s1)
|
||||||
assert s1 == '22'
|
assert s1 == '22'
|
||||||
|
|
||||||
|
/*
|
||||||
|
XTODO
|
||||||
s2 := '${St{}}'
|
s2 := '${St{}}'
|
||||||
println(s2)
|
println(s2)
|
||||||
assert s2 == 'St{}'
|
assert s2 == 'St{}'
|
||||||
|
*/
|
||||||
|
|
||||||
s3 := '${{
|
s3 := '${{
|
||||||
'a': 1
|
'a': 1
|
||||||
|
Reference in New Issue
Block a user