mirror of
https://github.com/jashkenas/coffeescript.git
synced 2022-11-09 12:23:24 -05:00
568a0c7b4e
`"""` (and `"`) strings are lexed into an array of tokens, consisting of strings and interpolations. Previously, the minimum indententation inside `"""` strings was stripped from the beginning of _all_ of those string tokens. Usually, the indentation is longer than any other sequence of spaces in a `"""` string, so the problem didn't occur in most cases. This commit makes sure to only strip indentation after newlines. Fixes #4314. |
||
---|---|---|
.. | ||
browser.js | ||
cake.js | ||
coffee-script.js | ||
command.js | ||
grammar.js | ||
helpers.js | ||
index.js | ||
lexer.js | ||
nodes.js | ||
optparse.js | ||
parser.js | ||
register.js | ||
repl.js | ||
rewriter.js | ||
scope.js | ||
sourcemap.js |