Annotation of parser3/tests/015.html, revision 1.3

1.3     ! misha       1: # test for replace and special chars escaping
        !             2: 
        !             3: $a[12^;3^$4@5#6 7^^8:9]
        !             4: 
        !             5: $tReplace[^table::create{from to
1.2       paf         6: 2^;    !
1.3     ! misha       7: ^@     dog
        !             8: ^#     grid
        !             9: ^$     dollar
        !            10: ^^     bird
        !            11: ^#A0   nbsp
        !            12: :      colon
1.2       paf        13: }]
1.3     ! misha      14: 
        !            15: ^a.replace[$tReplace]

E-mail: