Fix faulty compression
authorMihai Bazon <mihai@bazon.net>
Wed, 20 Nov 2013 19:13:16 +0000 (21:13 +0200)
committerMihai Bazon <mihai@bazon.net>
Wed, 20 Nov 2013 19:13:16 +0000 (21:13 +0200)
commit50b8d7272c3b0c7a222e5d6e433c9736f920434c
treeaecf124650cbbd71a4d9105c51de691fa0544f5e
parent7d11b96f48f7f03727fa664d540484f214cadca2
Fix faulty compression

`String(x + 5)` is not always the same as `x + "5"`.  Overlooked that. :-(

Close #350
lib/compress.js
test/compress/issue-269.js