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