summaryrefslogtreecommitdiff
path: root/posix/PCRE.tests
diff options
context:
space:
mode:
Diffstat (limited to 'posix/PCRE.tests')
-rw-r--r--posix/PCRE.tests19
1 files changed, 19 insertions, 0 deletions
diff --git a/posix/PCRE.tests b/posix/PCRE.tests
index 7ea5b9e70c..0fb9cadafc 100644
--- a/posix/PCRE.tests
+++ b/posix/PCRE.tests
@@ -2365,3 +2365,22 @@ No match
0: bc123bc
1: bc
2: bc
+
+/^a{2,5}$/
+ aa
+ 0: aa
+ aaa
+ 0: aaa
+ aaaa
+ 0: aaaa
+ aaaaa
+ 0: aaaaa
+ *** Failers
+No match
+ a
+No match
+ b
+No match
+ aaaaab
+No match
+ aaaaaa