Skip to content

Commit

Permalink
Test --join-output.
Browse files Browse the repository at this point in the history
  • Loading branch information
01mf02 committed Nov 21, 2024
1 parent a51d8da commit bc8a290
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions jaq/tests/golden.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,13 @@ test!(
r#"{"positional":["a","--test","--"],"named":{"x":"y"}}"#
);

test!(
join_output,
&["-j", "."],
r#"[] "foo" "bar" 1 {} "#,
"[]foobar1{}"
);

test!(
compact,
&["-c", "."],
Expand Down

0 comments on commit bc8a290

Please sign in to comment.