Skip to content

Commit

Permalink
Merge pull request #735 from epage/update
Browse files Browse the repository at this point in the history
chore: Update toml-test
  • Loading branch information
epage committed May 23, 2024
2 parents 4f34e98 + f65b6e4 commit 2a6c436
Show file tree
Hide file tree
Showing 5 changed files with 16 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.6", path = "../serde_spanned", features = ["ser
serde = { version = "1.0.199", features = ["derive"] }
serde_json = "1.0.116"
toml-test-harness = "0.4.8"
toml-test-data = "1.8.0"
toml-test-data = "1.11.0"
snapbox = "0.5.10"

[[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.6", path = "../serde_spanned", features = ["ser
[dev-dependencies]
serde_json = "1.0.116"
toml-test-harness = "0.4.8"
toml-test-data = "1.8.0"
toml-test-data = "1.11.0"
libtest-mimic = "0.7.2"
snapbox = { version = "0.5.10", features = ["harness"] }

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
TOML parse error at line 2, column 25
|
2 | d = 1985-06-18 17:04:07+25:00
| ^
invalid time offset
value is out of range
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
TOML parse error at line 3, column 28
|
3 | d = 1985-06-18 17:04:07+12:61
| ^
invalid time offset
value is out of range

0 comments on commit 2a6c436

Please sign in to comment.