File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
UnicodeJsps/src/test/java/org/unicode/jsptest Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -103,14 +103,14 @@ public void TestEmpty() {
103103 assertFalse ("\\ p{exem=el} contains 0" , exem3 .contains (0x0000 ));
104104 assertTrue ("\\ p{exem=el} contains α" , exem3 .contains ('α' ));
105105
106- String unicodeSetString = "[\\ p{Greek}&\\ p{exem}]" ;
106+ String unicodeSetString = "[\\ p{Greek}&\\ p{exem= }]" ;
107107 UnicodeSet parsed = UnicodeSetUtilities .parseUnicodeSet (unicodeSetString );
108108
109109 String first = parsed .iterator ().next ();
110110 String firstValue = exemplarProp .getValue (first .codePointAt (0 ));
111111 assertEquals (unicodeSetString , "" , firstValue );
112112
113- String unicodeSetString2 = "[\\ p{Greek}&\\ P{exem}]" ;
113+ String unicodeSetString2 = "[\\ p{Greek}&\\ P{exem= }]" ;
114114 UnicodeSet parsed2 = UnicodeSetUtilities .parseUnicodeSet (unicodeSetString2 );
115115
116116 String first2 = parsed2 .iterator ().next ();
You can’t perform that action at this time.
0 commit comments