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

toml: check for exponents starting with an underscore (#12271)

This commit is contained in:
Larpon
2021-10-22 18:56:43 +02:00
committed by GitHub
parent eed94c727c
commit eb364f0301
2 changed files with 4 additions and 2 deletions

View File

@@ -22,8 +22,6 @@ const (
// Encoding
'encoding/bad-utf8-in-comment.toml',
'encoding/bad-utf8-in-string.toml',
// Float
'float/exp-leading-us.toml',
// Table
'table/rrbrace.toml',
'table/duplicate-table-array2.toml',