git.postgresql.org Git - postgresql.git/commitdiff

git projects / postgresql.git / commitdiff
? search:
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9486e7b)
Fix bogus link in test comments.
Thu, 7 Jan 2021 03:09:00 +0000 (22:09 -0500)
Thu, 7 Jan 2021 03:09:16 +0000 (22:09 -0500)
I apparently copied-and-pasted the wrong link in commit ca8217c10.
Point it where it was meant to go.


diff --git a/src/test/modules/test_regex/expected/test_regex.out b/src/test/modules/test_regex/expected/test_regex.out
index b62cbac697daf7a7256732e1bf260cf25d4f6f7b..ed1b0cbdb9b11819ee66b4c7bfd355d325d6a3c1 100644 (file)
--- a/src/test/modules/test_regex/expected/test_regex.out
+++ b/src/test/modules/test_regex/expected/test_regex.out
@@ -506,7 +506,7 @@ ERROR: invalid regular expression: quantifier operand invalid
select * from test_regex('?', '', '-');
ERROR: invalid regular expression: quantifier operand invalid
-- These two are not yet incorporated in Tcl, cf
--- https://core.tcl-lang.org/tcl/artifact/106269fa65d96b83
+-- https://core.tcl-lang.org/tcl/tktview?name=5ea71fdcd3291c38
-- expectError 6.21 - {x(\w)(?=(1円))} ESUBREG
select * from test_regex('x(\w)(?=(1円))', '', '-');
ERROR: invalid regular expression: invalid backreference number
diff --git a/src/test/modules/test_regex/sql/test_regex.sql b/src/test/modules/test_regex/sql/test_regex.sql
index 272dfc0cd6001e216c31c3684333e310613086c4..4676cd1a06075c50c0770c42fae72d50509ffd07 100644 (file)
--- a/src/test/modules/test_regex/sql/test_regex.sql
+++ b/src/test/modules/test_regex/sql/test_regex.sql
@@ -171,7 +171,7 @@ select * from test_regex('+', '', '-');
select * from test_regex('?', '', '-');
-- These two are not yet incorporated in Tcl, cf
--- https://core.tcl-lang.org/tcl/artifact/106269fa65d96b83
+-- https://core.tcl-lang.org/tcl/tktview?name=5ea71fdcd3291c38
-- expectError 6.21 - {x(\w)(?=(1円))} ESUBREG
select * from test_regex('x(\w)(?=(1円))', '', '-');
-- expectMatch 6.22 HP {x(?=((foo)))} xfoo x
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /