Skip to content

Commit

Permalink
Add more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudBger committed May 17, 2024
1 parent af284a2 commit 4fbd46e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions substreams/src/expr_parser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,8 @@ mod tests {
#[case(TEST_KEYS, "test10 && test:8", false)]
#[case(TEST_KEYS, "(test10 && test_9) || (test.7 && test:8)", true)]
#[case(TEST_KEYS, "(test10 && test_9) || (test.7 && test*19z_|)", true)]
#[case(TEST_KEYS, "(test10 && test_9) || test*19z || (test.7 && test*19z_|)", true)]
#[case(TEST_KEYS, "(test10 && test_9) || test*19z && (test.7 && test*19z_|)", false)]

#[case(TEST_KEYS, "test1 || test", true)]
#[case(TEST_KEYS, "test1 || test6", true)]
Expand Down

0 comments on commit 4fbd46e

Please sign in to comment.