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

fmt: prevent rare code corruption with array pre comments (#9908)

This commit is contained in:
Lukas Neubert
2021-04-29 07:28:44 +02:00
committed by GitHub
parent dee733aae4
commit e711e8634e
3 changed files with 9 additions and 2 deletions

View File

@@ -38,7 +38,6 @@ const (
'vlib/v/tests/string_interpolation_test.v' /* TODO byteptr: &byte.str() behaves differently than byteptr.str() */,
'vlib/v/gen/js/tests/js.v', /* local `hello` fn, gets replaced with module `hello` aliased as `hl` */
'examples/c_interop_wkhtmltopdf.v', /* &charptr --> &&char */
'examples/path_tracing.v', /* block --> line comments corrupts code */
'vlib/v/gen/c/cheaders.v' /* infix wrapping error */,
]
vfmt_verify_list = [