ICU-1272 typo ALL->ANY

X-SVN-Rev: 6282
This commit is contained in:
Alan Liu 2001-10-17 19:23:28 +00:00
parent 68744138aa
commit 4581a6a577
2 changed files with 6 additions and 6 deletions

View file

@ -5,8 +5,8 @@
*******************************************************************************
*
* $Source: /xsrl/Nsvn/icu/icu4j/src/com/ibm/icu/dev/test/translit/TransliteratorTest.java,v $
* $Date: 2001/10/17 19:19:00 $
* $Revision: 1.53 $
* $Date: 2001/10/17 19:23:28 $
* $Revision: 1.54 $
*
*****************************************************************************************
*/
@ -1537,7 +1537,7 @@ public class TransliteratorTest extends TestFmwk {
* Test new property set syntax
*/
public void TestPropertySet() {
expect("a>A; \\p{Lu}>x; \\p{ALL}>y;", "abcDEF", "Ayyxxx");
expect("a>A; \\p{Lu}>x; \\p{Any}>y;", "abcDEF", "Ayyxxx");
expect("(.+)>'[' $1 ']';", " a stitch \n in time \r saves 9",
"[ a stitch ]\n[ in time ]\r[ saves 9]");
}

View file

@ -5,8 +5,8 @@
*******************************************************************************
*
* $Source: /xsrl/Nsvn/icu/icu4j/src/com/ibm/test/translit/Attic/TransliteratorTest.java,v $
* $Date: 2001/10/17 19:19:00 $
* $Revision: 1.53 $
* $Date: 2001/10/17 19:23:28 $
* $Revision: 1.54 $
*
*****************************************************************************************
*/
@ -1537,7 +1537,7 @@ public class TransliteratorTest extends TestFmwk {
* Test new property set syntax
*/
public void TestPropertySet() {
expect("a>A; \\p{Lu}>x; \\p{ALL}>y;", "abcDEF", "Ayyxxx");
expect("a>A; \\p{Lu}>x; \\p{Any}>y;", "abcDEF", "Ayyxxx");
expect("(.+)>'[' $1 ']';", " a stitch \n in time \r saves 9",
"[ a stitch ]\n[ in time ]\r[ saves 9]");
}