This commit is contained in:
flyx 2017-11-14 15:52:11 +01:00 committed by GitHub
parent 78758c87ff
commit e9658f22ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1064,7 +1064,7 @@ proc searchColon[T](lex: YamlLexer): bool =
recentAllowsAdjacent = lex.cur == ltQuotedScalar
result = false
proc skipPlainScalarContent(lex: YamlLexer) {.inline.} =
proc skipPlainScalarContent(lex: YamlLexer) {.closure.} =
while true:
inc(peek)
case lex.at(T, peek)