mirror of
https://github.com/ziglang/zig.git
synced 2026-02-12 20:37:54 +00:00
stage1 parser: update comments to match impl
This commit is contained in:
parent
6ba843ee0f
commit
23f414b927
@ -626,7 +626,7 @@ static AstNodeContainerDecl ast_parse_container_members(ParseContext *pc) {
|
||||
return res;
|
||||
}
|
||||
|
||||
// TestDecl <- KEYWORD_test STRINGLITERALSINGLE Block
|
||||
// TestDecl <- KEYWORD_test STRINGLITERALSINGLE? Block
|
||||
static AstNode *ast_parse_test_decl(ParseContext *pc) {
|
||||
TokenIndex test = eat_token_if(pc, TokenIdKeywordTest);
|
||||
if (test == 0)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user