mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Move regression test as String#dump is not in ther core but the mrbgems.
This commit is contained in:
@@ -14,6 +14,7 @@ assert('String#getbyte') do
|
||||
end
|
||||
|
||||
assert('String#dump') do
|
||||
("\1" * 100).dump # should not raise an exception - regress #1210
|
||||
"foo".dump == "\"foo\""
|
||||
end
|
||||
|
||||
|
||||
@@ -415,10 +415,6 @@ assert('String#each_byte') do
|
||||
bytes1 == bytes2
|
||||
end
|
||||
|
||||
assert('String#dump') do
|
||||
("\1" * 100).dump # should not raise an exception - regress #1210
|
||||
end
|
||||
|
||||
assert('String#inspect') do
|
||||
("\1" * 100).inspect # should not raise an exception - regress #1210
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user