We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60801d0 commit 743df59Copy full SHA for 743df59
bench_test.go
@@ -66,7 +66,10 @@ func BenchmarkEncode(b *testing.B) {
66
}
67
68
// "next" version of TOML.
69
- if path == "valid/string/escape-esc.toml" {
+ switch path {
70
+ case "valid/string/escape-esc.toml", "valid/datetime/no-seconds.toml",
71
+ "valid/string/hex-escape.toml", "valid/inline-table/newline.toml",
72
+ "valid/key/unicode.toml":
73
return nil
74
75
0 commit comments