Skip to content

Commit

Permalink
Enable more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nwt committed Dec 9, 2024
1 parent 988cc7f commit abdf6b4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions compiler/parser/ztests/match-double.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
zed: '? grep("a") grep("b")'

vector: true

input: |
{s1:"a",s2:"b"}
{s1:"b",s2:"a"}
Expand Down
2 changes: 2 additions & 0 deletions compiler/parser/ztests/match.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
zed: grep("a")

vector: true

input: |
{s1:"a",s2:"b"}
{s1:"b",s2:"a"}
Expand Down

0 comments on commit abdf6b4

Please sign in to comment.