From c0b7206652b2852bc574694e7ba07ba1c2acdc00 Mon Sep 17 00:00:00 2001 From: hongbotian Date: Mon, 30 Nov 2015 03:10:21 -0500 Subject: delete app Change-Id: Id4c572809969ebe89e946e88063eaed262cff3f2 Signed-off-by: hongbotian --- .../native/iis/pcre/testdata/testoutput3 | 115 --------------------- 1 file changed, 115 deletions(-) delete mode 100644 rubbos/app/tomcat-connectors-1.2.32-src/native/iis/pcre/testdata/testoutput3 (limited to 'rubbos/app/tomcat-connectors-1.2.32-src/native/iis/pcre/testdata/testoutput3') diff --git a/rubbos/app/tomcat-connectors-1.2.32-src/native/iis/pcre/testdata/testoutput3 b/rubbos/app/tomcat-connectors-1.2.32-src/native/iis/pcre/testdata/testoutput3 deleted file mode 100644 index 225bd5bf..00000000 --- a/rubbos/app/tomcat-connectors-1.2.32-src/native/iis/pcre/testdata/testoutput3 +++ /dev/null @@ -1,115 +0,0 @@ -PCRE version 5.0 13-Sep-2004 - -/^[\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 - -/ End of testinput3 / -- cgit 1.2.3-korg