diff options
Diffstat (limited to 'libxml2/test/regexp/ranges2')
-rw-r--r-- | libxml2/test/regexp/ranges2 | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/libxml2/test/regexp/ranges2 b/libxml2/test/regexp/ranges2 deleted file mode 100644 index a8eb884..0000000 --- a/libxml2/test/regexp/ranges2 +++ /dev/null @@ -1,14 +0,0 @@ -=>(a|b{0,3}){0,1} -a -aa -b -bb -bbb -bbbb -ab -ba -=>([0-9]{0,3}|([0-9]{0}|[0-9]{0,3})){0,3} -0 -00 -123 -abc |