summaryrefslogtreecommitdiffstats
path: root/tcllib/modules/struct/tree.testsuite.4417b84.txt
blob: a3f88c44e897dda52c2a8c7482444a5a9ca039ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
fubar
    while executing
"error fubar"
    ("WalkCall" body line 4)
    invoked from within
"WalkCall $avar $nvar $name $node "enter" $script"
    (procedure "::struct::tree::_walk" line 88)
    invoked from within
"::struct::tree::_walk ::mytree root {a n} {
	    if {[string equal $n "b"]} {
		lappend t .
		error fubar
	    }
	    lappend t $a $n
	}"
    ("_walk" body line 1)
    invoked from within
"mytree walk root {a n} {
	    if {[string equal $n "b"]} {
		lappend t .
		error fubar
	    }
	    lappend t $a $n
	}"
    (procedure "foo" line 7)
    invoked from within
"foo"