--- parser3/tests/428-sql.html 2024/09/28 13:36:19 1.3
+++ parser3/tests/428-sql.html 2024/09/28 16:54:13 1.4
@@ -23,6 +23,6 @@
1.8 ^h[select pet,food from pets^;select food,* from pets; $.distinct(true)]
1.9 ^h[select 0,* from pets^;select 0, 2+2; $.type[hash] $.distinct(true) ]
- 1.10 ^h[select 0, 2+2^;select 0,* from pets; $.type[hash] $.distinct(true) ]
+ 1.9 ^h[select 0, 2+2^;select 0,* from pets; $.type[hash] $.distinct(true) ]
}