Skip to content

Commit

Permalink
Add snapshop tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nwagner84 committed Jan 19, 2024
1 parent 5e31260 commit b25fdd5
Show file tree
Hide file tree
Showing 10 changed files with 24 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
bin.name = "pica"
args = "filter 'ALL 041[@AP].a =? \"Algebra\"'"
status = "success"
stderr = ""
stdout = ""
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
bin.name = "pica"
args = "filter 'ANY 041[@AP].a =? \"Algebra\"'"
status = "success"
stderr = ""
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
bin.name = "pica"
args = "filter '008B{ ALL a == \"z\" }'"
status = "success"
stderr = ""
stdout = ""
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
bin.name = "pica"
args = "filter '008B{ ANY a == \"z\" }'"
status = "success"
stderr = ""

0 comments on commit b25fdd5

Please sign in to comment.