summaryrefslogtreecommitdiff
path: root/testdata/testoutput17
diff options
context:
space:
mode:
authorzherczeg <zherczeg@2f5784b3-3f2a-0410-8824-cb99058d5e15>2011-12-26 21:23:17 +0000
committerzherczeg <zherczeg@2f5784b3-3f2a-0410-8824-cb99058d5e15>2011-12-26 21:23:17 +0000
commit5fa1a51657506bf743cd560f15726a3bafeb8e6d (patch)
treead2c4788be88a21fc7763e1ddf294b53593d331b /testdata/testoutput17
parent1171fd96716f91c4bce421cd21aebf97b0bff6fb (diff)
downloadpcre-5fa1a51657506bf743cd560f15726a3bafeb8e6d.tar.gz
Supporting all newlines, horizontal and vertical spaces in 16 bit mode
git-svn-id: svn://vcs.exim.org/pcre/code/branches/pcre16@825 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'testdata/testoutput17')
-rw-r--r--testdata/testoutput1724
1 files changed, 24 insertions, 0 deletions
diff --git a/testdata/testoutput17 b/testdata/testoutput17
index 0e754a3..9fc98e1 100644
--- a/testdata/testoutput17
+++ b/testdata/testoutput17
@@ -244,4 +244,28 @@ Starting byte set: \x09 \x20 ! " # $ % & ' ( * + - / 0 1 2 3 4 5 6 7 8
9 = ? A B C D E F G H I J K L M N O P Q R S T U V W X Y Z ^ _ ` a b c d e
f g h i j k l m n o p q r s t u v w x y z { | } ~ \x7f \xff
+/\h/SI
+Capturing subpattern count = 0
+No options
+No first char
+No need char
+Subject length lower bound = 1
+Starting byte set: \x09 \x20 \xa0 \xff
+
+/\v/SI
+Capturing subpattern count = 0
+No options
+No first char
+No need char
+Subject length lower bound = 1
+Starting byte set: \x0a \x0b \x0c \x0d \x85 \xff
+
+/\R/SI
+Capturing subpattern count = 0
+No options
+No first char
+No need char
+Subject length lower bound = 1
+Starting byte set: \x0a \x0b \x0c \x0d \x85 \xff
+
/-- End of testinput17 --/