Files
wren/test/if
Bob Nystrom 15560a95f6 chore: move truthiness tests from if/ to for/ directory with Iter class
The truth.wren test file is relocated from test/if/ to test/for/, and the test logic is rewritten to use a custom Iter class with for-in loops instead of if statements, while preserving the same truthiness assertions for false, null, true, 0, and empty string values.
2014-04-19 18:41:21 +00:00
..