Commit f7a1a805 authored by Tom Lane's avatar Tom Lane

Fix bogus link in test comments.

I apparently copied-and-pasted the wrong link in commit ca8217c1.
Point it where it was meant to go.
parent 9486e7b6
......@@ -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
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment