diff options
author | dgp <dgp@users.sourceforge.net> | 2013-02-15 15:15:48 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2013-02-15 15:15:48 (GMT) |
commit | 6265c896a313dac8630f75042b2ab9df77013882 (patch) | |
tree | 12b436cdf1ea7c8b0c03dd8c6007aa96521cbe56 /tests/regexp.test | |
parent | b12908345e9ef71275b47409f0cec91af99c2530 (diff) | |
download | tcl-6265c896a313dac8630f75042b2ab9df77013882.zip tcl-6265c896a313dac8630f75042b2ab9df77013882.tar.gz tcl-6265c896a313dac8630f75042b2ab9df77013882.tar.bz2 |
revise test numbering for forward merging
Diffstat (limited to 'tests/regexp.test')
-rw-r--r-- | tests/regexp.test | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/regexp.test b/tests/regexp.test index a7b81b2..2b4eb36 100644 --- a/tests/regexp.test +++ b/tests/regexp.test @@ -630,7 +630,10 @@ test regexp-21.13 {multiple matches handle newlines} { test regexp-22.1 {Bug 1810038} { regexp ($|^X)* {} } 1 -test regexp-22.2 {Bug 3604074} { +test regexp-22.2 {regexp compile and backrefs, Bug 1857126} { + regexp -- {([bc])\1} bb +} 1 +test regexp-22.3 {Bug 3604074} { # This will hang in interps where the bug is not fixed regexp ((((((((a)*)*)*)*)*)*)*)* a } 1 |