mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Use __ENCODING__ in tests
It cannot be used for `String#size` test if judging whether or not `MRB_UTF8_STRING` is defined by result of `String#size`.
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@
|
||||
##
|
||||
# String ISO Test
|
||||
|
||||
UTF8STRING = ("\343\201\202".size == 1)
|
||||
UTF8STRING = __ENCODING__ == "UTF-8"
|
||||
|
||||
assert('String', '15.2.10') do
|
||||
assert_equal Class, String.class
|
||||
|
||||
Reference in New Issue
Block a user