tests: add eval test with invalid value for "hide:"

v2.8-utf8proc
Sébastien Helleu 2020-01-27 21:21:01 +01:00
parent 070e86bd6e
commit 34bb43379a
1 changed files with 1 additions and 0 deletions

View File

@ -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}");