diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2017-07-31 17:28:44 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2017-07-31 17:36:57 -0700 |
commit | bf1cc0077168d7c1efa903afb5aa782d071533b6 (patch) | |
tree | e5925c12772ee9597cbde438e32f36aa1bdf1bd2 /tests/003/query-1.txr | |
parent | f8010dc6f95b967ffc6b653b33300e4b4d850c14 (diff) | |
download | txr-bf1cc0077168d7c1efa903afb5aa782d071533b6.tar.gz txr-bf1cc0077168d7c1efa903afb5aa782d071533b6.tar.bz2 txr-bf1cc0077168d7c1efa903afb5aa782d071533b6.zip |
txr-012 2009-09-28txr-012
Diffstat (limited to 'tests/003/query-1.txr')
-rw-r--r-- | tests/003/query-1.txr | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/tests/003/query-1.txr b/tests/003/query-1.txr new file mode 100644 index 00000000..4f56151e --- /dev/null +++ b/tests/003/query-1.txr @@ -0,0 +1,18 @@ +@(define which) +@ (fun) +@(end) +@(define fun) +@ (output) +global fun! +@ (end) +@(end) +@(define caller) +@ (define fun) +@ (output) +local fun! +@ (end) +@ (end) +@ (which) +@(end) +@(caller) +@(which) |