mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 17:01:16 +00:00
ICU-1272 typo ALL->ANY
X-SVN-Rev: 6282
This commit is contained in:
parent
68744138aa
commit
4581a6a577
2 changed files with 6 additions and 6 deletions
|
@ -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]");
|
||||
}
|
||||
|
|
|
@ -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]");
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue