mirror of
https://github.com/weechat/weechat.git
synced 2026-06-12 14:14:48 +02:00
tests: add eval test with invalid value for "hide:"
This commit is contained in:
@@ -277,6 +277,7 @@ TEST(CoreEval, EvalExpression)
|
||||
WEE_CHECK_EVAL("\t", "${esc:\t}");
|
||||
|
||||
/* test hidden chars */
|
||||
WEE_CHECK_EVAL("", "${hide:invalid}");
|
||||
WEE_CHECK_EVAL("********", "${hide:*,password}");
|
||||
WEE_CHECK_EVAL("\u2603\u2603\u2603", "${hide:${esc:\u2603},abc}");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user