jsmin.py: Fix issue with escaping of back ticks
authorarv <arv@chromium.org>
Wed, 24 Jun 2015 22:29:30 +0000 (15:29 -0700)
committerCommit bot <commit-bot@chromium.org>
Wed, 24 Jun 2015 22:29:46 +0000 (22:29 +0000)
commita0f4706e5ea0ffaf0fbd1e0015a1a8697427f021
tree32caa9d7639d4067e7b4471dd41490d8a1297472
parent6e6a1c8aee16cffdcbbf54f09b73b2b79b2ecedf
jsmin.py: Fix issue with escaping of back ticks

The escaping of back ticks in template strings was incorrect

BUG=v8:4240
LOG=N
TBR=yangguo@chromium.org

Review URL: https://codereview.chromium.org/1209713003

Cr-Commit-Position: refs/heads/master@{#29271}
tools/jsmin.py