Diff for /parser3/tests/348.html between versions 1.2 and 1.4

version 1.2, 2016/09/08 16:54:56 version 1.4, 2016/09/26 20:45:35
Line 23  a b c Line 23  a b c
 c       d       e  c       d       e
         ]          ]
   
   $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]  @test[data]
 $t[^table::create{$data}]  $t[^table::create{$data}]
 ^json:string[$t; $.indent(true) ]  ^json:string[$t; $.indent(true) ]

Removed from v.1.2  
changed lines
  Added in v.1.4


E-mail: