mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-7996 Adding some resource alias test case data.
X-SVN-Rev: 28747
This commit is contained in:
parent
fde9be9d9a
commit
26c177ccfc
3 changed files with 16 additions and 3 deletions
5
icu4c/source/test/testdata/root.txt
vendored
5
icu4c/source/test/testdata/root.txt
vendored
|
@ -106,6 +106,11 @@ root
|
|||
a3{"ar3"}
|
||||
a4{"ar4"}
|
||||
}
|
||||
|
||||
tableT7996 {
|
||||
b7996:alias {"/LOCALE/tableT7996/c7996"}
|
||||
c7996 {"string c7996 in tableT7996 for root"}
|
||||
}
|
||||
}
|
||||
|
||||
//eof
|
||||
|
|
8
icu4c/source/test/testdata/sh.txt
vendored
8
icu4c/source/test/testdata/sh.txt
vendored
|
@ -1,6 +1,6 @@
|
|||
//*******************************************************************************
|
||||
//*
|
||||
//* Copyright (C) 2005, International Business Machines
|
||||
//* Copyright (C) 2005-2010, International Business Machines
|
||||
//* Corporation and others. All Rights Reserved.
|
||||
//*
|
||||
//*******************************************************************************
|
||||
|
@ -11,4 +11,8 @@ sh{
|
|||
a2{"a02"}
|
||||
a3{"a03"}
|
||||
}
|
||||
}
|
||||
|
||||
tableT7996 {
|
||||
a7996 {"string a7996 in table7996 for sh"}
|
||||
}
|
||||
}
|
||||
|
|
6
icu4c/source/test/testdata/te.txt
vendored
6
icu4c/source/test/testdata/te.txt
vendored
|
@ -1,6 +1,6 @@
|
|||
//*******************************************************************************
|
||||
//*
|
||||
//* Copyright (C) 1998-2005, International Business Machines
|
||||
//* Copyright (C) 1998-2010, International Business Machines
|
||||
//* Corporation and others. All Rights Reserved.
|
||||
//*
|
||||
//*******************************************************************************
|
||||
|
@ -160,6 +160,10 @@ te
|
|||
}
|
||||
}
|
||||
|
||||
tableT7996 {
|
||||
a7996:alias {"sh"}
|
||||
c7996 {"string c7996 in tableT7996 for te"}
|
||||
}
|
||||
}
|
||||
|
||||
//eof
|
||||
|
|
Loading…
Add table
Reference in a new issue