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
Not a solution to the parsing issue, but might let you move forward and is probably safer generally to use multiline blocks because it's more explicit and readable as opposed to the single quote method, which could easily be read as a mistake.
Those aren't equivalent though. The block form will include newline characters, while the other form joins lines with a single space character. The workaround is to put it on a single line, or concatenate multiple strings across lines.
This isn't blocking me, just annoying when valid coffee code fails to process through codo and I have to modify it.
Coffeescript allows multiline strings. The codo parser throws an error if the source contains a multiline string with interpolation.
Gives the error:
The same code passes through the CoffeeScript compiler (and coffeelint) without error.
The text was updated successfully, but these errors were encountered: