mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Merge branch 'master' of github.com:mruby/mruby
This commit is contained in:
@@ -319,3 +319,11 @@ assert('String#upcase!', '15.2.10.5.43') do
|
||||
|
||||
a == 'ABC'
|
||||
end
|
||||
|
||||
# Not ISO specified
|
||||
|
||||
assert('String interpolation (mrb_str_concat for shared strings)') do
|
||||
a = "A" * 32
|
||||
"#{a}:" == "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA:"
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user