mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-28 13:53:10 +00:00
add extra test for wcsfilecmp
Test changes added for #5634 in 6e525cc5d9
.
This commit is contained in:
parent
ba4f4bfce2
commit
c848787107
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue