Commit 1e2e7d38 authored by Matthew Fernandez's avatar Matthew Fernandez
Browse files

universally escape expressions emitted into C strings

There are no known "dangerous" characters that can currently appear in
expressions, but this future proofs things against extensions to the syntax.
[Note that although "%" can appear in an expression, the strings we emit are
never used as format strings so this should be a non-issue.]
parent 39d35f43
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