Changeset: 0af6af7fd0df for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/0af6af7fd0df
Modified Files:
        sql/test/sys-schema/Tests/webExamplesUrlFunctions.test
Branch: Sep2022
Log Message:

Also add a test where the string is not a valid url.


diffs (14 lines):

diff --git a/sql/test/sys-schema/Tests/webExamplesUrlFunctions.test 
b/sql/test/sys-schema/Tests/webExamplesUrlFunctions.test
--- a/sql/test/sys-schema/Tests/webExamplesUrlFunctions.test
+++ b/sql/test/sys-schema/Tests/webExamplesUrlFunctions.test
@@ -99,6 +99,10 @@ select sys.url_extract_host(c, true) fro
 ----
 monetdb.org
 
+query T nosort
+select sys.url_extract_host('this is not a www.url.com/pliant string', true);
+----
+NULL
 
 statement ok
 drop table if exists urlt
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to