Skip to content

Commit

Permalink
Add intregration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nwagner84 committed Jul 12, 2023
1 parent a022613 commit 6ae8dcd
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[cat]
unique-strategy = "idn"
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
bin.name = "pica"
args = "-c Pica.toml cat --unique"
status = "success"
stderr = ""
stdin = "003@ \u001f0123456789X\u001e012A \u001fa1\u001e\n003@ \u001f0123456789X\u001e012A \u001fa2\u001e\n"
stdout = "003@ \u001f0123456789X\u001e012A \u001fa1\u001e\n"
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[cat]
unique-strategy = "hash"
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
bin.name = "pica"
args = "-c Pica.toml cat --unique"
status = "success"
stderr = ""
stdin = "003@ \u001f0123456789X\u001e012A \u001fa1\u001e\n003@ \u001f0123456789X\u001e012A \u001fa2\u001e\n"
stdout = "003@ \u001f0123456789X\u001e012A \u001fa1\u001e\n003@ \u001f0123456789X\u001e012A \u001fa2\u001e\n"
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[cat]
unique-strategy = "idn"
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
bin.name = "pica"
args = "-c Pica.toml cat --unique --unique-strategy idn"
status = "success"
stderr = ""
stdin = "003@ \u001f0123456789X\u001e012A \u001fa1\u001e\n003@ \u001f0123456789X\u001e012A \u001fa2\u001e\n"
stdout = "003@ \u001f0123456789X\u001e012A \u001fa1\u001e\n"

0 comments on commit 6ae8dcd

Please sign in to comment.