This commit is contained in:
zdenko
2018-02-18 01:57:49 +01:00
committed by Geoffrey Booth
parent 571e9df335
commit eb7009268d
3 changed files with 57 additions and 3 deletions

View File

@@ -478,7 +478,7 @@ exports.Lexer = class Lexer
if size > @indent
if noNewlines
@indebt = size - @indent
@indebt = size - @indent unless backslash
@suppressNewlines()
return indent.length
unless @tokens.length