binaryen icon indicating copy to clipboard operation
binaryen copied to clipboard

Correctly handle escapes in string constants

Open tlively opened this issue 3 years ago • 1 comments

Previously when we parsed string.const payloads in the text format we were using the text strings directly instead of un-escaping them. Fix that parsing, and while we're editing the code, also add support for the \r escape allowed by the spec. Remove a spurious nested anonymous namespace and spurious statics in Print.cpp as well.

tlively avatar Sep 22 '22 03:09 tlively

Current dependencies on/for this PR:

  • main
    • PR #5070 Graphite 👈

This comment was auto-generated by Graphite.

tlively avatar Sep 22 '22 03:09 tlively