From 292895b249c9e24dd537f17b7859f9a77c5faef8 Mon Sep 17 00:00:00 2001 From: zherczeg Date: Wed, 24 May 2017 10:14:43 +0000 Subject: Rework character range parsing in glob conversion. git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@802 6239d852-aaf2-0410-a92c-79f79f948069 --- testdata/testinput24 | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'testdata/testinput24') diff --git a/testdata/testinput24 b/testdata/testinput24 index 20d4d5f..f96e4cc 100644 --- a/testdata/testinput24 +++ b/testdata/testinput24 @@ -227,6 +227,18 @@ /[[:alpha:][:xdigit:][:word:]]/ +"[/-/]" + +/[-----]/ + +/[------]/ + +/[!------]/ + +/[[:alpha:]-a]/ + +/[a-[:alpha:]]/ + /[[:alpha:/ /[[:alpha:]/ -- cgit v1.2.1