Fix bogus link in test comments.
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 7 Jan 2021 03:09:00 +0000 (22:09 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
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.

src/test/modules/test_regex/expected/test_regex.out
src/test/modules/test_regex/sql/test_regex.sql

index b62cbac697daf7a7256732e1bf260cf25d4f6f7b..ed1b0cbdb9b11819ee66b4c7bfd355d325d6a3c1 100644 (file)
@@ -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
index 272dfc0cd6001e216c31c3684333e310613086c4..4676cd1a06075c50c0770c42fae72d50509ffd07 100644 (file)
@@ -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