Comments (unittests)

- Fixed unittest to conform to new thing
This commit is contained in:
Tristan B. Velloza Kildaire 2024-04-17 11:56:49 +02:00
parent ea09f1fb56
commit fa8204067b
1 changed files with 1 additions and 1 deletions

View File

@ -413,7 +413,7 @@ unittest
writeln(format("Comment: '%s'", comment));
// *cast(int*)0 = 1;
assert(" Hello\n there" == comment.bdy);
assert("Hello there" == comment.bdy);
}
import tlang.compiler.lexer.core.tokens : Token;