summaryrefslogtreecommitdiff
path: root/tests/full/nibble/sheep.nb
diff options
context:
space:
mode:
Diffstat (limited to 'tests/full/nibble/sheep.nb')
-rw-r--r--tests/full/nibble/sheep.nb3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/full/nibble/sheep.nb b/tests/full/nibble/sheep.nb
new file mode 100644
index 0000000..922ae84
--- /dev/null
+++ b/tests/full/nibble/sheep.nb
@@ -0,0 +1,3 @@
+let opt x = _ | x;
+let plus x = !(/rec/ x . opt rec);
+match "ba" . plus "a";