ICU-2269 close sets after using

X-SVN-Rev: 9848
This commit is contained in:
Vladimir Weinstein 2002-09-06 23:23:49 +00:00
parent bb3c25cdde
commit c8f160bcab

View File

@ -49,6 +49,7 @@ static void Testj2269() {
uset_addString(s, a, 3);
a[0] = 0x63; a[1] = 0x63;
expect(s, "{abc}", "{ccc}", &status);
uset_close(s);
}
static const UChar PAT[] = {91,97,45,99,123,97,98,125,93,0}; /* "[a-c{ab}]" */