Commit ca97a1eb authored by Matthew Fernandez's avatar Matthew Fernandez
Browse files

fix: XML-escape the complete error message in machine-readable mode

Previously we were only escaping the format string which was not only
insufficient, but probably also wrong. We now construct the entire error message
and then escape it.

Github: closes #133 "invalid XML when expression contains sensitive characters"
parent 93c934a1
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