Skip to content

Commit

Permalink
Add tests with encoding=latin1
Browse files Browse the repository at this point in the history
  • Loading branch information
k-takata authored and cxw42 committed Oct 30, 2022
1 parent bd7117e commit 6bba259
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/plugin/spec/editorconfig_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -160,3 +160,10 @@ def test_instance(vim)
)
test_instance vim
end

# Test the vim core with latin1 encoding
(lambda do
puts 'Testing with express vim_core mode'
vim = create_vim("set encoding=latin1")
test_instance vim
end).call

0 comments on commit 6bba259

Please sign in to comment.