Skip to content

Commit c5dd410

Browse files
authored
toml: remove special cases for jq normalization (#26092)
1 parent 6af88dc commit c5dd410

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

‎vlib/toml/tests/toml_lang_test.v‎

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,6 @@ const valid_exceptions = [
2929
]
3030
const jq_not_equal = [
3131
'do_not_remove',
32-
'datetime/milliseconds.toml',
33-
'float/zero.toml',
34-
'inline-table/spaces.toml',
35-
'spec/array-of-tables-1.toml',
36-
'spec/float-0.toml',
37-
'spec/float-2.toml',
3832
]
3933
const invalid_exceptions = [
4034
'do_not_remove',

0 commit comments

Comments
 (0)