Added core tests
All checks were successful
/ test (push) Successful in 14s

This commit is contained in:
Eduard Urbach 2025-06-20 15:52:13 +02:00
parent fe3212506d
commit ed6ae1d306
Signed by: akyoto
GPG key ID: 49226B848C78F6C8
4 changed files with 37 additions and 32 deletions

View file

@ -36,7 +36,7 @@ func Scan(b *build.Build) (*core.Environment, error) {
continue
}
all.Functions[f.String()] = f
all.Functions[f.UniqueName] = f
case file, ok := <-s.files:
if !ok {