mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +00:00
viml/parser/expressions,klee: Fix some problems found by KLEE run
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user