This website requires JavaScript.
Explore
Help
Register
Sign In
tomoaki
/
hakorune
Watch
1
Star
0
Fork
0
You've already forked hakorune
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
a722e51a568d7cbb65a183f1c5076c29408e18e7
hakorune
/
apps
/
tests
/
macro
/
loopform
/
simple.hako
7 lines
52 B
Plaintext
Raw
Normal View
History
Unescape
Escape
tests(macro): inline samples into new directory hierarchy and drop legacy macro_golden_* sources
2025-09-20 03:37:20 +09:00
local i = 0
loop(i < 3) {
print(i)
i = i + 1
}
tests(macro): organize under apps/tests/macro/{if,loopform,collections,types,strings,identity,test_runner} with thin include wrappers; update all golden/smoke scripts and docs to new paths
2025-09-20 02:20:02 +09:00
Reference in New Issue
Copy Permalink