What steps will reproduce the problem?
1. Use template string literals (ES6)
2. Use single quote in the template string literals
var test = `won't fix`;
// =>(0130) Multi-line strings are not allowed
What is the expected output? What do you see instead?
no errors.
What version of the product are you using? On what operating system?
2.3.17, OSX
Please provide any additional information below.
Original issue reported on code.google.com by yosuke.f...@gmail.com on 16 Jan 2015 at 1:47
Original issue reported on code.google.com by
yosuke.f...@gmail.com
on 16 Jan 2015 at 1:47