fix: skip value read for key without =
This commit is contained in:
parent
6d8a1ac5b9
commit
a6afe46891
@ -78,6 +78,7 @@ public sealed class TemplateInlineParser : InlineParser
|
||||
{
|
||||
var argument = result.ToString();
|
||||
argumentList.Add(argument);
|
||||
continue;
|
||||
}
|
||||
|
||||
buffer.Append(result);
|
||||
|
Loading…
Reference in New Issue
Block a user