diff options
| author | Drahflow <drahflow@gmx.de> | 2014-03-06 10:40:45 +0100 |
|---|---|---|
| committer | Drahflow <drahflow@gmx.de> | 2014-03-06 10:40:45 +0100 |
| commit | b04d50028a217e44530f39a5847caff870516a53 (patch) | |
| tree | 7f4d9c9ded4e1a471b2b315ddf348a759901f0ec /examples/working-compiler | |
| parent | 3e98f6c4fecd9f827574977666a2b48b9d641340 (diff) | |
Scope emulation of ! no longer calls #*
Diffstat (limited to 'examples/working-compiler')
| -rw-r--r-- | examples/working-compiler/scope-emulation.test | 2 |
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 |
