Announcement / closure-linter

Automatically exported from code.google.com/p/closure-linter
Apache License 2.0
0 stars 0 forks source link

Support template string literals and single quote #86

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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