diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2024-04-11 23:03:44 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2024-04-11 23:03:44 +0200 |
commit | c112d0aafafc253a88cf5fd195719a490318cb2c (patch) | |
tree | 26ff106cbee2dbecd09d92c9ce00ace1cbefd457 /tests/unit/gui/test-gui-line.cpp | |
parent | b0b733a8f0af0adcd268ddb161f0c5b9269dcfad (diff) | |
download | weechat-c112d0aafafc253a88cf5fd195719a490318cb2c.zip |
tests: add placeholder for tests on function gui_line_is_action
Diffstat (limited to 'tests/unit/gui/test-gui-line.cpp')
-rw-r--r-- | tests/unit/gui/test-gui-line.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/unit/gui/test-gui-line.cpp b/tests/unit/gui/test-gui-line.cpp index ecae7783f..a0bee35e4 100644 --- a/tests/unit/gui/test-gui-line.cpp +++ b/tests/unit/gui/test-gui-line.cpp @@ -554,6 +554,16 @@ TEST(GuiLine, HasOfflineNick) /* * Tests functions: + * gui_line_is_action + */ + +TEST(GuiLine, IsAction) +{ + /* TODO: write tests */ +} + +/* + * Tests functions: * gui_line_compute_buffer_max_length */ |