You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 [email protected] on 16 Jan 2015 at 1:47
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 16 Jan 2015 at 1:47The text was updated successfully, but these errors were encountered: