1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

scanner: fix new string interpolation println('{a}{b}{c}{d}') (#16258)

This commit is contained in:
yuyi
2022-10-31 02:18:31 +08:00
committed by GitHub
parent 914f03a1a2
commit 64cbadc6f1
4 changed files with 53 additions and 16 deletions

View File

@@ -47,6 +47,7 @@ const verify_known_failing_exceptions = [
'vlib/builtin/int_test.v' /* special number formatting that should be tested */,
// TODOs and unfixed vfmt bugs
'vlib/v/gen/js/tests/js.v', /* local `hello` fn, gets replaced with module `hello` aliased as `hl` */
'vlib/v/tests/string_new_interpolation_test.v', /* new string interpolation */
]
const vfmt_verify_list = [