Skip to content

Commit

Permalink
test(edit): Enable comment-cr tests
Browse files Browse the repository at this point in the history
The original tests were bad.  Since we've updated, the tests are correct
and we pass them.
  • Loading branch information
epage committed Jan 3, 2023
1 parent c3d25db commit 26465fb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion crates/toml_edit/tests/decoder_compliance.rs
Expand Up @@ -5,7 +5,6 @@ fn main() {
let mut harness = toml_test_harness::DecoderHarness::new(decoder);
harness
.ignore([
"invalid/control/comment-cr.toml",
"valid/string/escape-esc.toml",
"invalid/table/duplicate-key-dotted-table.toml",
"invalid/table/duplicate-key-dotted-table2.toml",
Expand Down
1 change: 0 additions & 1 deletion crates/toml_edit/tests/easy_decoder_compliance.rs
Expand Up @@ -7,7 +7,6 @@ fn main() {
let mut harness = toml_test_harness::DecoderHarness::new(decoder);
harness
.ignore([
"invalid/control/comment-cr.toml",
"valid/string/escape-esc.toml",
"invalid/table/duplicate-key-dotted-table.toml",
"invalid/table/duplicate-key-dotted-table2.toml",
Expand Down

0 comments on commit 26465fb

Please sign in to comment.