diff options
| author | Drahflow <drahflow@gmx.de> | 2014-03-07 03:00:00 +0100 |
|---|---|---|
| committer | Drahflow <drahflow@gmx.de> | 2014-03-07 03:00:00 +0100 |
| commit | 08fb5ab0d295cab79d5d65e9dba7976b797e0348 (patch) | |
| tree | 88e9364644c1e6e3573fcbc13f579638e9047b44 /examples | |
| parent | ee08bcf48cb6221295ae4b8663317a5320a6450b (diff) | |
Testcases (and some code) for #.=
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/working-compiler/undefined-resolution.test | 13 |
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 |
