test: cover directory package test graphs

This commit is contained in:
2026-08-12 03:46:58 +09:00
parent 9862f0c05f
commit 7d25ad9f9f
5 changed files with 651 additions and 7 deletions

View File

@@ -2,5 +2,6 @@ package routing;
@test fn same_package() void = {
assert(value() == 7);
assert(privateproduction() == 8);
assert(privatevalue() == 8);
};