summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2012-02-25 18:25:55 -0800
committerKaz Kylheku <kaz@kylheku.com>2012-02-25 18:25:55 -0800
commit581d591c4f6d8ed995fcc52cf692953ff6d8b517 (patch)
tree294ded1c38ec68541944f6282b32403f04cc3eb2 /tests
parent306d30c4b652fc3811d0a82b59d0cc5a8b58cfdf (diff)
downloadtxr-581d591c4f6d8ed995fcc52cf692953ff6d8b517.tar.gz
txr-581d591c4f6d8ed995fcc52cf692953ff6d8b517.tar.bz2
txr-581d591c4f6d8ed995fcc52cf692953ff6d8b517.zip
* tests/008/filtenv.expected: New file.
* tests/008/filtenv.txr: New file.
Diffstat (limited to 'tests')
-rw-r--r--tests/008/filtenv.expected2
-rw-r--r--tests/008/filtenv.txr5
2 files changed, 7 insertions, 0 deletions
diff --git a/tests/008/filtenv.expected b/tests/008/filtenv.expected
new file mode 100644
index 00000000..7d74be84
--- /dev/null
+++ b/tests/008/filtenv.expected
@@ -0,0 +1,2 @@
+a="x"
+b="x"
diff --git a/tests/008/filtenv.txr b/tests/008/filtenv.txr
new file mode 100644
index 00000000..062e3a7a
--- /dev/null
+++ b/tests/008/filtenv.txr
@@ -0,0 +1,5 @@
+@(bind a "x")
+@(define f (in out))
+@(bind out a)
+@(end)
+@(bind b `@{a :filter (:fun f)}`)