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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user