mirror of
https://github.com/jashkenas/coffeescript.git
synced 2022-11-09 12:23:24 -05:00
Interpolated strings are expressions.
This commit is contained in:
parent
2e744a1c1b
commit
19ed63129e
11 changed files with 87 additions and 77 deletions
|
@ -132,7 +132,7 @@
|
|||
if (slash) {
|
||||
return false;
|
||||
}
|
||||
throw new Error("SyntaxError: Unterminated " + (levels.pop()[0]) + " starting on line " + (this.line + 1));
|
||||
throw new Error(("SyntaxError: Unterminated " + (levels.pop()[0]) + " starting on line " + (this.line + 1)));
|
||||
}
|
||||
if (!i) {
|
||||
return false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue