Skip to content

Commit 6bba259

Browse files
k-takatacxw42
authored andcommitted
Add tests with encoding=latin1
1 parent bd7117e commit 6bba259

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

tests/plugin/spec/editorconfig_spec.rb

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,3 +160,10 @@ def test_instance(vim)
160160
)
161161
test_instance vim
162162
end
163+
164+
# Test the vim core with latin1 encoding
165+
(lambda do
166+
puts 'Testing with express vim_core mode'
167+
vim = create_vim("set encoding=latin1")
168+
test_instance vim
169+
end).call

0 commit comments

Comments
 (0)