summaryrefslogtreecommitdiffstats
path: root/tests/regexpComp.test
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2008-02-13 19:41:20 (GMT)
committerdgp <dgp@users.sourceforge.net>2008-02-13 19:41:20 (GMT)
commitb213f0356ba2820616b92d3c8ff5928c1870d511 (patch)
tree3df1a8bae1353947385630f0c7e33f908bf7ac71 /tests/regexpComp.test
parent4ed9985984a6d23a53d316443c1f074073027ba0 (diff)
downloadtcl-b213f0356ba2820616b92d3c8ff5928c1870d511.zip
tcl-b213f0356ba2820616b92d3c8ff5928c1870d511.tar.gz
tcl-b213f0356ba2820616b92d3c8ff5928c1870d511.tar.bz2
eliminate duplicate test names
Diffstat (limited to 'tests/regexpComp.test')
-rw-r--r--tests/regexpComp.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/regexpComp.test b/tests/regexpComp.test
index c104a69..0278033 100644
--- a/tests/regexpComp.test
+++ b/tests/regexpComp.test
@@ -802,13 +802,13 @@ test regexpComp-21.11 {regexp command compiling tests} {
}
} {0 {}}
-test regexpComp-22.1 {Bug 1810038} {
+test regexpComp-22.0.1 {Bug 1810038} {
evalInProc {
regexp ($|^X)* {}
}
} 1
-test regexpComp-22.2 {regexp compile and backrefs, Bug 1857126} {
+test regexpComp-22.0.2 {regexp compile and backrefs, Bug 1857126} {
evalInProc {
regexp -- {([bc])\1} bb
}