aboutsummaryrefslogtreecommitdiff
path: root/examples/working-compiler/scope-emulation.test
blob: 74da89352834595fc56df1b120c02f0810281d21 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
"canary"
< { -- -- "here: ?" dump } "#?" deffd > /foo /bar ?
_ dump
< { "here: *" dump } "#*" deffd > *
_ dump
< { "here: =[]" dump } "#=[]" deffd > =[]
_ dump
< { "here: len" dump } "#len" deffd > len
_ dump
/foo < { "here: cat (with: " -01 cat ")" cat dump } "#cat" deffd > cat
_ dump
< { "here: -01 cat (with: " -01 cat ")" cat dump } "#-01 cat" deffd > /foo cat
_ dump
< { -- "here: each" dump } "#each" deffd > { "xxx" die } each
_ dump
< { "here: dom" dump } "#dom" deffd > dom
_ dump
< { "here: !" dump "element count: " dump dump } "#!" deffd > 42 !
_ dump