mirror of
https://github.com/neovim/neovim.git
synced 2026-01-04 02:17:09 +10:00
plugin/msgpack: Support character constants like '\0'
This commit is contained in:
@@ -652,6 +652,8 @@ describe('In autoload/msgpack.vim', function()
|
||||
|
||||
eval_eq('integer', ('a'):byte(), '\'a\'')
|
||||
eval_eq('integer', 0xAB, '\'«\'')
|
||||
eval_eq('integer', 0, '\'\\0\'')
|
||||
eval_eq('integer', 10246567, '\'\\10246567\'')
|
||||
end)
|
||||
|
||||
it('correctly loads constants', function()
|
||||
|
||||
Reference in New Issue
Block a user