fix: consume token for template param value
This commit is contained in:
parent
dbbc18b8a6
commit
6d8a1ac5b9
@ -85,7 +85,7 @@ public sealed class TemplateInlineParser : InlineParser
|
||||
}
|
||||
else
|
||||
{
|
||||
ReadOnlySpan<char> result = ReadNext(argumentSpan, ref index, false, out bool hasValue);
|
||||
ReadOnlySpan<char> result = ReadNext(argumentSpan, ref index, true, out bool _);
|
||||
var key = buffer.ToString();
|
||||
var value = result.ToString();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user