mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-10 07:39:16 +00:00
ICU-6955 Add test case for illegal SI/SO source.
X-SVN-Rev: 26198
This commit is contained in:
parent
c0a65e9d5b
commit
5c1ddc6006
2 changed files with 9 additions and 2 deletions
7
icu4c/source/test/testdata/conversion.txt
vendored
7
icu4c/source/test/testdata/conversion.txt
vendored
|
@ -936,6 +936,13 @@ conversion:table(nofallback) {
|
|||
:intvector{},
|
||||
:int{0}, :int{0}, "", ".", :bin{""}
|
||||
}
|
||||
{
|
||||
"ibm-16684",
|
||||
:bin{ 0e },
|
||||
"",
|
||||
:intvector{},
|
||||
:int{0}, :int{0}, "illegal", ".", :bin{ 0e }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:383048fb67737609562a4b8bb86514f03dafb2d54e94127d426f336c336b3164
|
||||
size 773540
|
||||
oid sha256:dfedd3b5f82095391fc61e539fc02bc6c1862911bd6564db4964ae6a42e4e2a5
|
||||
size 773585
|
||||
|
|
Loading…
Add table
Reference in a new issue