No types, no fucking types. Just bugs
This commit is contained in:
@@ -166,6 +166,18 @@ test "keywords" {
|
||||
try testTokenize("test const else", &.{ .keyword_test, .keyword_const, .keyword_else });
|
||||
}
|
||||
|
||||
test "parser first test" {
|
||||
try testTokenize(
|
||||
\\
|
||||
\\
|
||||
\\// hello
|
||||
\\
|
||||
\\
|
||||
,
|
||||
&.{},
|
||||
);
|
||||
}
|
||||
|
||||
test "line comment followed by top-level comptime" {
|
||||
try testTokenize(
|
||||
\\// line comment
|
||||
|
||||
Reference in New Issue
Block a user