fix: skip value read for key without =

This commit is contained in:
Oliver Booth 2023-08-08 22:20:58 +01:00
parent 6d8a1ac5b9
commit a6afe46891
Signed by: oliverbooth
GPG Key ID: 725DB725A0D9EE61
1 changed files with 1 additions and 0 deletions

View File

@ -78,6 +78,7 @@ public sealed class TemplateInlineParser : InlineParser
{
var argument = result.ToString();
argumentList.Add(argument);
continue;
}
buffer.Append(result);