Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Aug 5, 2024
1 parent 5bf4c74 commit 2399e88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/mdx_expression_text.rs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ fn mdx_expression_text_gnostic_core() -> Result<(), message::Message> {
.err()
.unwrap()
.to_string(),
"1:4: Could not parse expression with swc: Unexpected eof (mdx:swc)",
"1:9: Could not parse expression with swc: Unexpected eof (mdx:swc)",
"should crash on an incorrect line comment (1)"
);

Expand All @@ -76,7 +76,7 @@ fn mdx_expression_text_gnostic_core() -> Result<(), message::Message> {
.err()
.unwrap()
.to_string(),
"1:4: Could not parse expression with swc: Unexpected eof (mdx:swc)",
"1:13: Could not parse expression with swc: Unexpected eof (mdx:swc)",
"should crash on an incorrect line comment (2)"
);

Expand Down

0 comments on commit 2399e88

Please sign in to comment.