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

version 1.2, 2010/10/12 21:37:37 version 1.4, 2011/05/18 02:13:43
Line 48  $h[ Line 48  $h[
                         $.1[$.table[object] $.indent(true)]                          $.1[$.table[object] $.indent(true)]
                         $.2[$.table[array]]                          $.2[$.table[array]]
                         $.3[$.table[array] $.indent(true)]                          $.3[$.table[array] $.indent(true)]
                           $.4[$.table[compact]]
                           $.5[$.table[compact] $.indent(true)]
                 ]                  ]
         ]          ]
   
Line 88  $h[ Line 90  $h[
                 ]                  ]
         ]          ]
   
           $.xdoc[
                   $.value[^xdoc::create{<?xml version="1.0"?><r><t z="1"/></r>}]
                   $._options[
                           $.0[]
                           $.1[$.xdoc[
                                   $.omit-xml-declaration[yes]
                                   $.indent[yes]
                           ]]
                   ]
           ]
 ]  ]
   
 ^h.table.table_named_3.append{v7        v8      v9      v0}  ^h.table.table_named_3.append{v7        v8      v9      v0}
   ^h.table.table_named_3.append{vA"}
   ^h.table.table_named_3.append{vB\}
   
 $s[^h.foreach[k;v]{  $s[^h.foreach[k;v]{
         <h3>$k</h3>          <h3>$k</h3>
Line 119  $bShouldBeException($options.exception) Line 133  $bShouldBeException($options.exception)
 }  }
   
   
 @handler[v;p][kk;vv]  @handler[k;v;p][kk;vv]
 $result[^switch[$v.CLASS_NAME]{  $result[^switch[$v.CLASS_NAME]{
         ^case[date]{"new Date(^v.unix-timestamp[])"}          ^case[date]{"new Date(^v.unix-timestamp[])"}
         ^case[file]{{"file":{"name":"$v.name", "text":"$v.text", "params":"-params-"}}}          ^case[file]{{"file":{"name":"$v.name", "text":"$v.text", "params":"-params-"}}}
         ^case[image]{"image []"}          ^case[image]{"image []"}
         ^case[DEFAULT]{"$v.CLASS_NAME"}          ^case[DEFAULT]{"$v.CLASS_NAME at key $k, with ^p._count[] option"}
 }]  }]
   
   

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


E-mail: