mirror of
https://github.com/weechat/weechat.git
synced 2026-07-08 10:43:13 +02:00
spelling: case-sensitive
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
committed by
Sébastien Helleu
parent
0505a0ff76
commit
c28696e602
@@ -377,7 +377,7 @@ TEST(GuiHotlist, Resort)
|
||||
POINTERS_EQUAL(buffer_test[0], gui_hotlist->next_hotlist->next_hotlist->buffer);
|
||||
POINTERS_EQUAL(NULL, gui_hotlist->next_hotlist->next_hotlist->next_hotlist);
|
||||
|
||||
/* sort by buffer name (case sensitive) */
|
||||
/* sort by buffer name (case-sensitive) */
|
||||
config_file_option_set (config_look_hotlist_sort, "buffer.name", 1);
|
||||
POINTERS_EQUAL(buffer_test[2], gui_hotlist->buffer);
|
||||
POINTERS_EQUAL(buffer_test[0], gui_hotlist->next_hotlist->buffer);
|
||||
|
||||
Reference in New Issue
Block a user