failing single line if test #5

Merged
probablycorey merged 3 commits from single-line-if into main 2025-10-27 18:31:48 +00:00
Showing only changes of commit e4100c7d89 - Show all commits

View File

@ -139,6 +139,10 @@ describe('compiler', () => {
scattered
end`).toEvaluateTo('dwarf')
})
test('single line if', () => {
expect(`if 3 < 9: shire`).toEvaluateTo('shire')
})
})
describe('errors', () => {