Annotation of parser3/tests/119.html, revision 1.4

1.3       misha       1: @main[]
                      2: # $request:charset and $response:charset are utf-8
                      3: ^$request:charset: $request:charset<br />
                      4: ^$response:charset: $response:charset<br />
                      5: 
                      6: # content in utf-8: ok
                      7: ^do{
                      8:        $xdoc[^xdoc::create[вася]]
                      9:        ^xdoc.firstChild.setAttribute[name;значение]
                     10:        ^xdoc.string[]
                     11: }
                     12: 
                     13: # content in windows-1251: must fail
                     14: ^do{
                     15:        $xdoc[^xdoc::create[]]
                     16:        ^xdoc.firstChild.setAttribute[name;]
                     17:        ^xdoc.string[]
                     18: }
                     19: 
                     20: 
                     21: 
                     22: @do[jCode]
                     23: <hr />
1.4     ! moko       24: ^try-catch{
1.3       misha      25:        $jCode
                     26: }
1.4     ! moko       27: 

E-mail: