aboutsummaryrefslogtreecommitdiff
path: root/examples/working-compiler/scope-emulation.test
diff options
context:
space:
mode:
authorDrahflow <drahflow@gmx.de>2014-03-06 10:40:45 +0100
committerDrahflow <drahflow@gmx.de>2014-03-06 10:40:45 +0100
commitb04d50028a217e44530f39a5847caff870516a53 (patch)
tree7f4d9c9ded4e1a471b2b315ddf348a759901f0ec /examples/working-compiler/scope-emulation.test
parent3e98f6c4fecd9f827574977666a2b48b9d641340 (diff)
Scope emulation of ! no longer calls #*
Diffstat (limited to 'examples/working-compiler/scope-emulation.test')
-rw-r--r--examples/working-compiler/scope-emulation.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/working-compiler/scope-emulation.test b/examples/working-compiler/scope-emulation.test
index 703d07a..74da893 100644
--- a/examples/working-compiler/scope-emulation.test
+++ b/examples/working-compiler/scope-emulation.test
@@ -15,5 +15,5 @@ _ dump
_ dump
< { "here: dom" dump } "#dom" deffd > dom
_ dump
-< { "here: *" dump } "#*" deffd > 0 !
+< { "here: !" dump "element count: " dump dump } "#!" deffd > 42 !
_ dump