feat: 按照open_set中的示例调整语法 (#71)
添加了构建LR分析表冲突的报错 Reviewed-on: PostGuard/Canon#71
This commit is contained in:
@@ -26,6 +26,8 @@ public class KeywordTypeTests
|
||||
[InlineData("to", KeywordType.To)]
|
||||
[InlineData("do", KeywordType.Do)]
|
||||
[InlineData("DO", KeywordType.Do)]
|
||||
[InlineData("true", KeywordType.True)]
|
||||
[InlineData("false", KeywordType.False)]
|
||||
public void SmokeTest(string input, KeywordType type)
|
||||
{
|
||||
IEnumerable<SemanticToken> tokensEnumerable = _lexer.Tokenize(new StringSourceReader(input));
|
||||
|
Reference in New Issue
Block a user