| ... | @@ -626,7 +626,7 @@ static AstNodeContainerDecl ast_parse_container_members(ParseContext *pc) { | ... | @@ -626,7 +626,7 @@ static AstNodeContainerDecl ast_parse_container_members(ParseContext *pc) { |
| 626 | return res; | 626 | return res; |
| 627 | } | 627 | } |
| 628 | | 628 | |
| 629 | // TestDecl <- KEYWORD_test STRINGLITERALSINGLE Block | 629 | // TestDecl <- KEYWORD_test STRINGLITERALSINGLE? Block |
| 630 | static AstNode *ast_parse_test_decl(ParseContext *pc) { | 630 | static AstNode *ast_parse_test_decl(ParseContext *pc) { |
| 631 | TokenIndex test = eat_token_if(pc, TokenIdKeywordTest); | 631 | TokenIndex test = eat_token_if(pc, TokenIdKeywordTest); |
| 632 | if (test == 0) | 632 | if (test == 0) |