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