Skip to content

Commit

Permalink
fix syntax highlighter test on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
erratic-pattern committed Nov 11, 2023
1 parent 4142a19 commit 2dce89a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/graphical.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1442,7 +1442,7 @@ fn syntax_highlighter_on_real_file() {

let expected = format!(
r#" × This is an error
╭─[tests/graphical.rs:{l2}:{CO}]
╭─[{filename}:{l2}:{CO}]
{l1} │
{l2} │ let (filename, line) = (file!(), line!() as usize);
· ─────────────┬─────────────
Expand Down

0 comments on commit 2dce89a

Please sign in to comment.