Skip to content

Commit

Permalink
Add some more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lizmat committed Nov 2, 2022
1 parent 1e8b344 commit f714931
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion xt/02-simple.rakutest
Expand Up @@ -116,6 +116,9 @@ OK

# Sure to not produce any matches
for (
<§ine>,
<^ine>,
<^ine$>,
<ine --type=words>,
<ine --type=starts-with>,
<INE>,
Expand Down Expand Up @@ -173,7 +176,7 @@ nine
5:FOUR
OK

query-ok q/{.uc if .contains("v")}/, <--/group-matches --/break>,
query-ok q/.uc if .contains("v")/, <--type=code --/group-matches --/break>,
ok => q:to/OK/;
five:6:FIVE
six:6:FIVE
Expand Down

0 comments on commit f714931

Please sign in to comment.