Skip to content

Commit

Permalink
test: Update compliance suite
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Jan 2, 2024
1 parent 062e058 commit 106d51f
Show file tree
Hide file tree
Showing 13 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/toml/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ serde_spanned = { version = "0.6.5", path = "../serde_spanned", features = ["ser
serde = { version = "1.0.160", features = ["derive"] }
serde_json = "1.0.96"
toml-test-harness = "0.4.8"
toml-test-data = "1.7.0"
toml-test-data = "1.8.0"
snapbox = "0.4.11"

[[test]]
Expand Down
2 changes: 1 addition & 1 deletion crates/toml_edit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ serde_spanned = { version = "0.6.5", path = "../serde_spanned", features = ["ser
[dev-dependencies]
serde_json = "1.0.96"
toml-test-harness = "0.4.8"
toml-test-data = "1.7.0"
toml-test-data = "1.8.0"
libtest-mimic = "0.6.0"
snapbox = { version = "0.4.11", features = ["harness"] }

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
TOML parse error at line 4, column 6
|
4 | a = {b.a = 1, b = 2, b.c = 3}
| ^
duplicate key `b`

0 comments on commit 106d51f

Please sign in to comment.