diff tests/tests.md @ 791:4de810c22328 monetdbs

Refactor
author Joeri van Ruth <joeri.van.ruth@monetdbsolutions.com>
date Fri, 01 Dec 2023 14:18:01 +0100 (16 months ago)
parents 547eca89fc5e
children 9dea0795a926
line wrap: on
line diff
--- a/tests/tests.md
+++ b/tests/tests.md
@@ -598,14 +598,11 @@ EXPECT replysize=600
 ```
 
 ```test
-NOT jdbc
 SET replysize=200
 SET fetchsize=300
 EXPECT replysize=300
 ```
 
-
-
 Rule: parsing a URL sets all of tls, host, port and database
 even if left out of the URL
 
@@ -780,6 +777,10 @@ EXPECT connect_tcp=::1
 EXPECT database=foo
 ```
 
+```test
+REJECT monetdb://[::1]banana/foo
+```
+
 Bad percent escapes:
 
 ```test