Skip to content

Commit

Permalink
Remove tests for broken and misguided feature
Browse files Browse the repository at this point in the history
  • Loading branch information
arp242 committed Jun 15, 2024
1 parent 9c6fbb0 commit a80ce82
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 42 deletions.
3 changes: 1 addition & 2 deletions tests/files-toml-1.1.0
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ invalid/key/quoted-unclosed-1.toml
invalid/key/quoted-unclosed-2.toml
invalid/key/single-open-bracket.toml
invalid/key/space.toml
invalid/key/special-character.toml
invalid/key/start-bracket.toml
invalid/key/start-dot.toml
invalid/key/two-equals-1.toml
Expand Down Expand Up @@ -545,8 +546,6 @@ valid/key/special-word.json
valid/key/special-word.toml
valid/key/start.json
valid/key/start.toml
valid/key/unicode.json
valid/key/unicode.toml
valid/key/zero.json
valid/key/zero.toml
valid/newline-crlf.json
Expand Down
23 changes: 0 additions & 23 deletions tests/valid/key/unicode.json

This file was deleted.

15 changes: 0 additions & 15 deletions tests/valid/key/unicode.toml

This file was deleted.

2 changes: 0 additions & 2 deletions version.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ var versions = map[string]versionSpec{
"invalid/inline-table/linebreak-2",
"invalid/inline-table/linebreak-3",
"invalid/inline-table/linebreak-4",
"invalid/key/special-character", // Unicode can now be in bare keys.
},
},

Expand All @@ -27,7 +26,6 @@ var versions = map[string]versionSpec{
"valid/string/hex-escape", "invalid/string/bad-hex-esc", // \x..
"valid/datetime/no-seconds", // Times without seconds
"valid/inline-table/newline",
"valid/key/unicode", // Unicode bare keys
},
},
}

0 comments on commit a80ce82

Please sign in to comment.