--- parser3/tests/386.html 2017/05/03 19:31:52 1.2 +++ parser3/tests/386.html 2017/05/04 16:24:10 1.3 @@ -1,8 +1,12 @@ -# autouse checking @main[] -$use-original[$use] -$use[$use-custom] -^try-catch{^use-original[386.p]} +$t[^table::create{c1 c2 c3}] +^t.insert[ $.c2(1) ] +^try-catch{ $t.c3[^hash::create[]] } -@use-custom[name;options] -^throw[test;trying to use $name from ^options.origin.match[^^.+/][]{/-real-path-was-here-/}] +^json:string[$t] + +$t[^table::create[nameless]{}] +^t.insert[ $.10(10) $.12[12] ] +^try-catch{ ^t.insert[ $.1[ok] $.2{bad} ] } + +^json:string[$t]