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

toml: improve comment support (#12305)

This commit is contained in:
Larpon
2021-10-26 15:58:05 +02:00
committed by GitHub
parent 52df19ef61
commit 9a3967bd7d
5 changed files with 49 additions and 18 deletions

View File

@@ -19,9 +19,6 @@ const (
'string/basic-out-of-range-unicode-escape-1.toml',
'string/basic-out-of-range-unicode-escape-2.toml',
'string/bad-uni-esc.toml',
// Encoding
'encoding/bad-utf8-in-comment.toml',
'encoding/bad-utf8-in-string.toml',
// Table
'table/rrbrace.toml',
'table/duplicate-table-array2.toml',