aboutsummaryrefslogtreecommitdiff
path: root/examples/working-compiler
diff options
context:
space:
mode:
authorDrahflow <drahflow@gmx.de>2014-03-07 03:00:00 +0100
committerDrahflow <drahflow@gmx.de>2014-03-07 03:00:00 +0100
commit08fb5ab0d295cab79d5d65e9dba7976b797e0348 (patch)
tree88e9364644c1e6e3573fcbc13f579638e9047b44 /examples/working-compiler
parentee08bcf48cb6221295ae4b8663317a5320a6450b (diff)
Testcases (and some code) for #.=
Diffstat (limited to 'examples/working-compiler')
-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