Skip to content

Commit

Permalink
better check for print0
Browse files Browse the repository at this point in the history
  • Loading branch information
LoricAndre committed Nov 30, 2024
1 parent 80a4123 commit 9c3aedc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/tests/options.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ fn opt_print0() -> Result<()> {

let lines = tmux.output(&outfile)?;

assert_eq!(lines[0], "a\0b\0");
assert_eq!(lines, vec!["a\0b\0"]);

Ok(())
}
Expand Down

0 comments on commit 9c3aedc

Please sign in to comment.