mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
fix comment
This commit is contained in:
@@ -5,6 +5,6 @@ assert('Integer#chr') do
|
||||
assert_equal(65.chr, "A")
|
||||
assert_equal(0x42.chr, "B")
|
||||
|
||||
# encoding multibyte (not support yet)
|
||||
# multibyte encoding (not support yet)
|
||||
assert_raise(RangeError) { 12345.chr }
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user