test(parser): finish moving tests to their correct modules

This commit is contained in:
rvcas
2023-07-04 17:48:48 -04:00
parent 47567c5e6f
commit 5e8edcb340
42 changed files with 974 additions and 1388 deletions

View File

@@ -1,4 +1,3 @@
mod check;
mod format;
mod lexer;
mod parser;