viml/parser/expressions,klee: Fix some problems found by KLEE run

This commit is contained in:
ZyX
2017-10-15 21:11:00 +03:00
parent bc386c4882
commit 3aa2c0d63a
5 changed files with 20 additions and 14 deletions

View File

@@ -6867,5 +6867,13 @@ describe('Expressions parser', function()
},
}, {
})
check_parsing('0', 0, {
-- 0
ast = {
'Integer(val=0):0:0:0',
},
}, {
hl('Number', '0'),
})
end)
end)