Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/parser/test_data/lexer/ok/single_line_comments.rast')
| -rw-r--r-- | crates/parser/test_data/lexer/ok/single_line_comments.rast | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/crates/parser/test_data/lexer/ok/single_line_comments.rast b/crates/parser/test_data/lexer/ok/single_line_comments.rast index a7681e9f50..c4e531b449 100644 --- a/crates/parser/test_data/lexer/ok/single_line_comments.rast +++ b/crates/parser/test_data/lexer/ok/single_line_comments.rast @@ -1,5 +1,4 @@ -SHEBANG "#!/usr/bin/env bash" -WHITESPACE "\n" +SHEBANG "#!/usr/bin/env bash\n" COMMENT "// hello" WHITESPACE "\n" COMMENT "//! World" |