Skip to content

Commit

Permalink
test: update keyhint test for new notation
Browse files Browse the repository at this point in the history
  • Loading branch information
justinpombrio committed May 5, 2024
1 parent f14f38f commit 2fcf748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/keyhint.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ fn test_keyhint_lang() {
add_entry(s, &mut cursor, "l", "right");

let output = engine.print_source(&doc_name).unwrap();
let expected = "h left l right";
let expected = "h left\nl right";
assert_eq!(output, expected);
}

0 comments on commit 2fcf748

Please sign in to comment.