mirror of
https://github.com/davatorium/rofi.git
synced 2025-02-03 15:34:54 -05:00
tweak
This commit is contained in:
parent
0ff0f15264
commit
bb68cded68
1 changed files with 2 additions and 2 deletions
|
@ -90,7 +90,7 @@ int main ( int argc, char ** argv )
|
|||
res = token_collate_key ( "éÉêèë Sign",FALSE);
|
||||
TASSERT ( strcmp(res, "ééêèë sign") == 0);
|
||||
g_free(res);
|
||||
res = token_collate_key ( "éÉêèë Sign",TRUE);
|
||||
TASSERT ( strcmp(res, "éÉêèë Sign") == 0);
|
||||
res = token_collate_key ( "éÉêèë³ Sign",TRUE);
|
||||
TASSERT ( strcmp(res, "éÉêèë3 Sign") == 0);
|
||||
g_free(res);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue