tests(macro): inline samples into new directory hierarchy and drop legacy macro_golden_* sources

This commit is contained in:
Selfhosting Dev
2025-09-20 03:37:20 +09:00
parent 3c1486e411
commit 8cb93b9f1f
48 changed files with 142 additions and 132 deletions

View File

@ -1,2 +1,8 @@
include "../../macro_test_runner_basic.nyash"
function test_true() {
return true
}
function test_one_equals_one() {
return 1 == 1
}