aboutsummaryrefslogtreecommitdiff
path: root/tests/regexp2.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/regexp2.test')
-rw-r--r--tests/regexp2.test4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/regexp2.test b/tests/regexp2.test
index a061e8b..2349a96 100644
--- a/tests/regexp2.test
+++ b/tests/regexp2.test
@@ -906,4 +906,8 @@ test regexp-25.1 {Repeat on escaped char} {
regexp {\x41\x42*} bc
} 0
+test regexp-25.2 {Single braced count} {
+ regexp "a{4}" baaaad
+} 1
+
testreport