diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/reg.test | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/reg.test b/tests/reg.test index 063b091..34edc97 100644 --- a/tests/reg.test +++ b/tests/reg.test @@ -1220,6 +1220,10 @@ test reg-33.29 {} { test reg-33.30 {Bug 1080042} { regexp {(\Y)+} foo } 1 +test reg-33.31 {Bug 7c64aa5e1a} { + regexp -inline {(?b).\{1,10\}} {abcdef} +} abcdef + # cleanup ::tcltest::cleanupTests |