1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-12 14:14:48 +02:00

tests: add unit tests on command /history

This commit is contained in:
Sébastien Helleu
2025-11-10 19:35:05 +01:00
parent 16245f44ae
commit cd20c0e843
+4 -1
View File
@@ -1039,7 +1039,10 @@ TEST(CoreCommand, Help)
TEST(CoreCommand, History)
{
/* TODO: write tests */
WEE_CMD_CORE("/history");
WEE_CMD_CORE("/history clear");
WEE_CMD_CORE_ERROR_GENERIC("/history xxx");
WEE_CMD_CORE_ERROR_GENERIC("/history -1");
}
/*