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

toml: check binary, octal and hexadecimals literals (#12255)

This commit is contained in:
Larpon
2021-10-21 15:37:38 +02:00
committed by GitHub
parent a85707246f
commit 909ed76b8f
2 changed files with 73 additions and 11 deletions

View File

@@ -20,9 +20,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',
// Integer
'integer/invalid-bin.toml',
'integer/invalid-oct.toml',
// Encoding
'encoding/bad-utf8-in-comment.toml',
'encoding/bad-utf8-in-string.toml',