diff options
Diffstat (limited to 'libxml2/test/regexp/ranges')
-rw-r--r-- | libxml2/test/regexp/ranges | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/libxml2/test/regexp/ranges b/libxml2/test/regexp/ranges new file mode 100644 index 0000000..cb7c22f --- /dev/null +++ b/libxml2/test/regexp/ranges @@ -0,0 +1,15 @@ +=>a{2,3} +a +aa +aaa +aaaa +=>ba{2,3}c +bac +baac +baaac +baaaac +=>a(b|c){2,3}d +abcd +acccd +abd +accccd |