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

toml: fix bin, oct and hex capital identifier check (#12254)

This commit is contained in:
Larpon
2021-10-21 13:12:17 +02:00
committed by GitHub
parent 5607224be6
commit a84b1a53ec
2 changed files with 4 additions and 1 deletions

View File

@ -21,7 +21,6 @@ const (
'string/basic-out-of-range-unicode-escape-2.toml',
'string/bad-uni-esc.toml',
// Integer
'integer/capital-bin.toml',
'integer/invalid-bin.toml',
'integer/invalid-oct.toml',
// Encoding