Closed kana closed 10 years ago
TODO: Check the result of :scriptnames
, 'isprint'
, 'encoding'
and $LANG
on Travis CI. Travis CI might has a system-wide vimrc or a special $LANG
.
$LANG
==> "en_US.UTF-8"
&encoding
==> "utf-8"
&isprint
==> "@,161-255"
:scriptnames
==>
Tests about
vspec#pretty_string
are failed on Travis CI.But the tests are not failed on my machine. It might be caused by
'isprint'
(which has a different default value based on the current platform) and/or'encoding'
. And I suspect both options have different values to the ones on my machine.'isprint'
is configured to some value other than the default.'encoding'
on Travis CI seems to be set toutf-8
or other Unicode encodings, because 0x80 is shown as<80>
in the result.