Annotation of parser3/tests/035.html, revision 1.3
1.2 paf 1: $a-tab-b[a b
2: 1 2]
3:
4: $t[^table::create{$a-tab-b}]
5: =$t.a=
6: <hr>
7:
8: $t[^table::create[nameless]{^taint[$a-tab-b]}]
9: =$t.0=
10: <hr>
11:
12: $t[^table::create{^untaint{^taint[$a-tab-b]}}]
13: =$t.a=
1.3 ! misha 14: <hr>
! 15:
! 16:
! 17: $a-comma-b[a,b
! 18: 1,2]
! 19:
! 20: $t[^table::create{$a-comma-b}[$.separator[,]]]
! 21: =$t.a=
! 22: <hr>
! 23:
! 24: $t[^table::create[nameless]{^taint[$a-comma-b]}[$.separator[,]]]
! 25: =$t.0=
! 26: <hr>
! 27:
! 28: $t[^table::create{^untaint{^taint[$a-comma-b]}}[$.separator[,]]]
! 29: =$t.a=
! 30: <hr>
! 31:
! 32:
! 33: ^try{
! 34: $t[^table::create{$a-comma-b}[$.separator[,]$.encloser["]]]
! 35: =$t.a=
! 36: }{
! 37: $exception.handled(1)
! 38: $exception.comment
! 39: }
! 40:
E-mail: