mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
@@ -128,6 +128,10 @@ describe('input utf sequences that contain CSI/K_SPECIAL', function()
|
||||
end)
|
||||
|
||||
describe('input non-printable chars', function()
|
||||
after_each(function()
|
||||
os.remove('Xtest-overwrite')
|
||||
end)
|
||||
|
||||
it("doesn't crash when echoing them back", function()
|
||||
write_file("Xtest-overwrite", [[foobar]])
|
||||
clear()
|
||||
|
||||
Reference in New Issue
Block a user