Escape all ASCII control characters within strings when using ascii_only.
authorkzc <zaxxon2011@gmail.com>
Thu, 24 Mar 2016 15:51:54 +0000 (11:51 -0400)
committerkzc <zaxxon2011@gmail.com>
Thu, 24 Mar 2016 15:51:54 +0000 (11:51 -0400)
commit07bb7262d02547cef5ffaca71d49c86640a1df15
tree00e9c98a271bed172168333e843d007d2a681afb
parentee6c9fabb7dc00b8bbc9e60859767acc585cd0fa
Escape all ASCII control characters within strings when using ascii_only.

Fixes #1017.

Tab characters within strings are now output as `\t` in all output modes.
lib/output.js
test/compress/ascii.js [new file with mode: 0644]