Changeset: ccf789d02bfe for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/ccf789d02bfe
Modified Files:
sql/test/Tests/regexp.test
Branch: regexp
Log Message:
Fixes comment in regexp test
diffs (12 lines):
diff --git a/sql/test/Tests/regexp.test b/sql/test/Tests/regexp.test
--- a/sql/test/Tests/regexp.test
+++ b/sql/test/Tests/regexp.test
@@ -54,7 +54,7 @@ select regexp_replace('foo', 'f o o', 'X
----
foo
-# regex option - not extended
+# regex option - extended
query T rowsort
select regexp_replace('foo', 'f o o', 'XYZ', 'x')
----
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]