aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/test/re_SUITE_data/testoutput3
diff options
context:
space:
mode:
authorErlang/OTP <[email protected]>2009-11-20 14:54:40 +0000
committerErlang/OTP <[email protected]>2009-11-20 14:54:40 +0000
commit84adefa331c4159d432d22840663c38f155cd4c1 (patch)
treebff9a9c66adda4df2106dfd0e5c053ab182a12bd /lib/stdlib/test/re_SUITE_data/testoutput3
downloadotp-84adefa331c4159d432d22840663c38f155cd4c1.tar.gz
otp-84adefa331c4159d432d22840663c38f155cd4c1.tar.bz2
otp-84adefa331c4159d432d22840663c38f155cd4c1.zip
The R13B03 release.OTP_R13B03
Diffstat (limited to 'lib/stdlib/test/re_SUITE_data/testoutput3')
-rw-r--r--lib/stdlib/test/re_SUITE_data/testoutput3163
1 files changed, 163 insertions, 0 deletions
diff --git a/lib/stdlib/test/re_SUITE_data/testoutput3 b/lib/stdlib/test/re_SUITE_data/testoutput3
new file mode 100644
index 0000000000..28b1c3aaaf
--- /dev/null
+++ b/lib/stdlib/test/re_SUITE_data/testoutput3
@@ -0,0 +1,163 @@
+/^[\w]+/
+ *** Failers
+No match
+ �cole
+No match
+
+/^[\w]+/Lfr_FR
+ �cole
+ 0: �cole
+
+/^[\w]+/
+ *** Failers
+No match
+ �cole
+No match
+
+/^[\W]+/
+ �cole
+ 0: \xc9
+
+/^[\W]+/Lfr_FR
+ *** Failers
+ 0: ***
+ �cole
+No match
+
+/[\b]/
+ \b
+ 0: \x08
+ *** Failers
+No match
+ a
+No match
+
+/[\b]/Lfr_FR
+ \b
+ 0: \x08
+ *** Failers
+No match
+ a
+No match
+
+/^\w+/
+ *** Failers
+No match
+ �cole
+No match
+
+/^\w+/Lfr_FR
+ �cole
+ 0: �cole
+
+/(.+)\b(.+)/
+ �cole
+ 0: \xc9cole
+ 1: \xc9
+ 2: cole
+
+/(.+)\b(.+)/Lfr_FR
+ *** Failers
+ 0: *** Failers
+ 1: ***
+ 2: Failers
+ �cole
+No match
+
+/�cole/i
+ �cole
+ 0: \xc9cole
+ *** Failers
+No match
+ �cole
+No match
+
+/�cole/iLfr_FR
+ �cole
+ 0: �cole
+ �cole
+ 0: �cole
+
+/\w/IS
+Capturing subpattern count = 0
+No options
+No first char
+No need char
+Starting byte set: 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
+
+/\w/ISLfr_FR
+Capturing subpattern count = 0
+No options
+No first char
+No need char
+Starting byte set: 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
+ � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � �
+ � � � � � � � � � � � � � � � � � � � � � � � � � � � �
+
+/^[\xc8-\xc9]/iLfr_FR
+ �cole
+ 0: �
+ �cole
+ 0: �
+
+/^[\xc8-\xc9]/Lfr_FR
+ �cole
+ 0: �
+ *** Failers
+No match
+ �cole
+No match
+
+/\W+/Lfr_FR
+ >>>\xaa<<<
+ 0: >>>
+ >>>\xba<<<
+ 0: >>>
+
+/[\W]+/Lfr_FR
+ >>>\xaa<<<
+ 0: >>>
+ >>>\xba<<<
+ 0: >>>
+
+/[^[:alpha:]]+/Lfr_FR
+ >>>\xaa<<<
+ 0: >>>
+ >>>\xba<<<
+ 0: >>>
+
+/\w+/Lfr_FR
+ >>>\xaa<<<
+ 0: �
+ >>>\xba<<<
+ 0: �
+
+/[\w]+/Lfr_FR
+ >>>\xaa<<<
+ 0: �
+ >>>\xba<<<
+ 0: �
+
+/[[:alpha:]]+/Lfr_FR
+ >>>\xaa<<<
+ 0: �
+ >>>\xba<<<
+ 0: �
+
+/[[:alpha:]][[:lower:]][[:upper:]]/DZLfr_FR
+------------------------------------------------------------------
+ Bra
+ [A-Za-z\xaa\xb5\xba\xc0-\xd6\xd8-\xf6\xf8-\xff]
+ [a-z\xb5\xdf-\xf6\xf8-\xff]
+ [A-Z\xc0-\xd6\xd8-\xde]
+ Ket
+ End
+------------------------------------------------------------------
+Capturing subpattern count = 0
+No options
+No first char
+No need char
+
+/ End of testinput3 /