添加对while-do语句的支持 (#77)
Co-authored-by: jackfiled <xcrenchangjun@outlook.com> Reviewed-on: PostGuard/Canon#77 Co-authored-by: ichirinko <1621543655@qq.com> Co-committed-by: ichirinko <1621543655@qq.com>
This commit is contained in:
@@ -28,6 +28,7 @@ public class KeywordTypeTests
|
||||
[InlineData("DO", KeywordType.Do)]
|
||||
[InlineData("true", KeywordType.True)]
|
||||
[InlineData("false", KeywordType.False)]
|
||||
[InlineData("while",KeywordType.While)]
|
||||
public void SmokeTest(string input, KeywordType type)
|
||||
{
|
||||
IEnumerable<SemanticToken> tokensEnumerable = _lexer.Tokenize(new StringSourceReader(input));
|
||||
|
Reference in New Issue
Block a user