Commit 3f42b0b8 authored by Steven R. Loomis's avatar Steven R. Loomis
Browse files

fix(core): fix actions_normalize() use of UnicodeString

- output[0] was used as a boolean, but needed to check output.isEmpty() instead
- dead store to  actions.code_points_to_delete

For: #11067 parts 1 and 2
parent d6e080dd
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment