summaryrefslogtreecommitdiffstats
path: root/tests/015/awk-res.tl
blob: 6c9193205dff3b5c971c09b22bb4f7af32b4b583 (plain)
1
2
3
4
5
6
7
8
(load "../common")

(test
  (build
    (awk
      (:inputs '#"How about it now brown cow")
      (#/.ow/ (add res))))
  ("How" "now" "row" "cow"))