--- parser3/tests/348.html 2016/09/08 16:52:40 1.1 +++ parser3/tests/348.html 2016/09/26 20:45:35 1.4 @@ -23,8 +23,29 @@ a b c c d e ] -$t[^table::load[test.cfg]] -^json:string[$t; $.indent(true) ] +$t[^table::create[$t; $.reverse(true) ]] + +1. ^try-catch{ + $t[^table::create[$t; $.offset[no-such-name] ]] +} +2. ^try-catch{ + $t[^table::create[$t; $.no-such-option[yes] ]] +} +3. ^try-catch{ + $t[^table::create{}[ $.no-such-option[yes] ]] +} +4. ^try-catch{ + $t[^table::create{}[ $.separator[abc] ]] +} +5. ^try-catch{ + $t[^table::create{}[ $.encloser[] ]] +} +6. ^try-catch{ + $t[^table::create{}[ $.encloser[ю] ]] +} +7. ^try-catch{ + $t[^table::create[no-such-name]{}] +} @test[data]