add extra test for wcsfilecmp

Test changes added for #5634 in 6e525cc5d9.
This commit is contained in:
David Adam 2019-05-28 22:03:03 +08:00
parent ba4f4bfce2
commit c848787107

View file

@ -1208,6 +1208,7 @@ static struct wcsfilecmp_test {
{L"a0", L"a00", -1},
{L"a00b", L"a0b", -1},
{L"a0b", L"a00b", 1},
{L"a-b", L"azb", 1},
{NULL, NULL, 0}};
/// Verify the behavior of the `wcsfilecmp()` function.