Bug #11086 ยป test.patch
| test/ruby/test_string.rb | ||
|---|---|---|
|
end
|
||
|
=end
|
||
|
def test_instance_eval_with_coerced_symbol
|
||
|
assert("string_to_coerce".to_sym.instance_eval{true})
|
||
|
end
|
||
|
def test_shared_force_encoding
|
||
|
s = "\u{3066}\u{3059}\u{3068}".gsub(//, '')
|
||
|
h = {}
|
||