--- parser3/tests/128.html 2003/04/11 10:57:24 1.1
+++ parser3/tests/128.html 2003/07/24 11:25:58 1.2
@@ -0,0 +1,18 @@
+$table[^table::create{group name
+first a
+first b
+second c
+third d
+third e
+}]
+
+^try{
+ $bad3[^table.hash[group;name][
+ $.distinct[tables]
+ ]]
+}{
+ ^if($exception.type eq parser.runtime){
+ failed, that's OK
+ $exception.handled(1)
+ }
+}