summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorstanton <stanton>1998-12-09 20:31:12 (GMT)
committerstanton <stanton>1998-12-09 20:31:12 (GMT)
commitb58512a1531b0a6a8e61390edee0d4910648bae9 (patch)
tree71d5f80a9bd5a66a6ef5b7195b8cc60245342df5 /tests
parentb9e91fd27ac251e3fc6d6f84f8f94cdd23aac880 (diff)
downloadtcl-b58512a1531b0a6a8e61390edee0d4910648bae9.zip
tcl-b58512a1531b0a6a8e61390edee0d4910648bae9.tar.gz
tcl-b58512a1531b0a6a8e61390edee0d4910648bae9.tar.bz2
* generic/regcomp.c (makescan): Fixed bug in longest match case
that caused anchored patterns to fail. [Bug: 897]
Diffstat (limited to 'tests')
-rw-r--r--tests/reg.test1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/reg.test b/tests/reg.test
index 26a981e..32b8dde 100644
--- a/tests/reg.test
+++ b/tests/reg.test
@@ -874,6 +874,7 @@ e 1 & *** BADRPT
m 2 N a?b* abb abb
m 3 N a?b* bb bb
m 4 & a*b aab aab
+m 5 & ^a*b aaaab aaaab