From bc846bcc561ec893ccad0f109b8427d67b62ffe5 Mon Sep 17 00:00:00 2001 From: zawz Date: Tue, 22 Jun 2021 10:27:19 +0200 Subject: [PATCH] fix lost file reference + incorrect unexpected token on herestring --- src/parse.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/parse.cpp b/src/parse.cpp index 079d769..4bf2b49 100644 --- a/src/parse.cpp +++ b/src/parse.cpp @@ -520,7 +520,7 @@ std::pair parse_arg(parse_context ctx, const char* end, con if(unexpected != NULL && is_in(ctx[ctx.i], unexpected)) { - parse_error( unexpected_token(ctx[ctx.i]) , ctx); + parse_error( unexpected_token(ctx[ctx.i]), ctx); } while(ctx.ihere_document = pval.first; //