--- parser3/tests/035.html 2003/07/24 11:25:57 1.2
+++ parser3/tests/035.html 2007/10/16 09:30:45 1.3
@@ -11,3 +11,30 @@ $t[^table::create[nameless]{^taint[$a-ta
$t[^table::create{^untaint{^taint[$a-tab-b]}}]
=$t.a=
+
+
+
+$a-comma-b[a,b
+1,2]
+
+$t[^table::create{$a-comma-b}[$.separator[,]]]
+=$t.a=
+
+
+$t[^table::create[nameless]{^taint[$a-comma-b]}[$.separator[,]]]
+=$t.0=
+
+
+$t[^table::create{^untaint{^taint[$a-comma-b]}}[$.separator[,]]]
+=$t.a=
+
+
+
+^try{
+ $t[^table::create{$a-comma-b}[$.separator[,]$.encloser["]]]
+ =$t.a=
+}{
+ $exception.handled(1)
+ $exception.comment
+}
+