Comparison of named empty string with array of SHORTCHAR does not work. Refs: #141. The fix is the same as for issue-#128: It is required to clear the named object in the operand node after turning an empty string comparison into a character comparison.
Signed-off-by: Josef Templ <josef.templ@gmail.com>