aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/working-compiler/undefined-resolution.test13
1 files changed, 13 insertions, 0 deletions
diff --git a/examples/working-compiler/undefined-resolution.test b/examples/working-compiler/undefined-resolution.test
new file mode 100644
index 0000000..6465d47
--- /dev/null
+++ b/examples/working-compiler/undefined-resolution.test
@@ -0,0 +1,13 @@
+<
+ { "#." dump dump } "#." deffd
+ { "#.|" dump dump } "#.|" deffd
+ { "#.?" dump dump } "#.?" deffd
+ { "#.=" dump dump dump } "#.=" deffd
+> ==s
+
+< { |pipebare } =*f s >' .f
+< { 42 =equalbare } =*f s >' .f
+s .|dotpipe
+s .?dotquestion
+s .dot
+< { bare } =*f s >' .f