fix: 跳过'{'后的一个字符 (#17)

Reviewed-on: PostGuard/Canon#17
This commit is contained in:
jackfiled 2024-04-04 22:35:16 +08:00
parent c4189fd1b2
commit 1a0d3c37db

View File

@ -101,7 +101,6 @@ public class Lexer(string source)
}
else if (_ch == '{')
{
GetChar();
while (_ch != '}')
{
GetChar();