diff options
Diffstat (limited to 'tests/015/awk-res.tl')
-rw-r--r-- | tests/015/awk-res.tl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/015/awk-res.tl b/tests/015/awk-res.tl new file mode 100644 index 00000000..6c919320 --- /dev/null +++ b/tests/015/awk-res.tl @@ -0,0 +1,8 @@ +(load "../common") + +(test + (build + (awk + (:inputs '#"How about it now brown cow") + (#/.ow/ (add res)))) + ("How" "now" "row" "cow")) |