failing single line if test
This commit is contained in:
parent
611c2a4c8a
commit
e4100c7d89
|
|
@ -139,6 +139,10 @@ describe('compiler', () => {
|
|||
scattered
|
||||
end`).toEvaluateTo('dwarf')
|
||||
})
|
||||
|
||||
test('single line if', () => {
|
||||
expect(`if 3 < 9: shire`).toEvaluateTo('shire')
|
||||
})
|
||||
})
|
||||
|
||||
describe('errors', () => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user