--- parser3/tests/348.html 2016/09/08 16:52:40 1.1 +++ parser3/tests/348.html 2016/09/08 17:15:32 1.3 @@ -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) ]] + +^try-catch{ + $t[^table::create[$t; $.offset[no-such-name] ]] +} +^try-catch{ + $t[^table::create[$t; $.no-such-option[yes] ]] +} +^try-catch{ + $t[^table::create{}[ $.no-such-option[yes] ]] +} +^try-catch{ + $t[^table::create{}[ $.separator[abc] ]] +} +^try-catch{ + $t[^table::create{}[ $.encloser[] ]] +} +^try-catch{ + $t[^table::create{}[ $.encloser[ю] ]] +} +^try-catch{ + $t[^table::create[no-such-name]{}] +} @test[data]