Refactor tests

This commit is contained in:
2026-04-29 13:09:14 +02:00
parent f0621a8076
commit 98d58a2169
13 changed files with 69 additions and 105 deletions
+2
View File
@@ -0,0 +1,2 @@
module my_module;
import other_module;
+1
View File
@@ -0,0 +1 @@
module my_module;
+2
View File
@@ -0,0 +1,2 @@
module my_module;
import public other_module;
+1
View File
@@ -0,0 +1 @@
a,b,c
+1
View File
@@ -0,0 +1 @@
module main;
@@ -0,0 +1 @@
module main; import stdio;
@@ -0,0 +1 @@
()[]
+1
View File
@@ -0,0 +1 @@
module
@@ -0,0 +1 @@
void main()
@@ -0,0 +1,2 @@
module
import ;