ICU-7996 Adding some resource alias test case data.

X-SVN-Rev: 28747
This commit is contained in:
Yoshito Umaoka 2010-10-04 19:27:36 +00:00
parent fde9be9d9a
commit 26c177ccfc
3 changed files with 16 additions and 3 deletions

View file

@ -106,6 +106,11 @@ root
a3{"ar3"}
a4{"ar4"}
}
tableT7996 {
b7996:alias {"/LOCALE/tableT7996/c7996"}
c7996 {"string c7996 in tableT7996 for root"}
}
}
//eof

View file

@ -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"}
}
}

View file

@ -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