mirror of
https://github.com/ruby/ruby.git
synced 2025-08-24 21:44:30 +02:00
Fix typos
Patch by: Koichi ITO <koic.ito@gmail.com> [Fix GH-1498] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56999 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
769b83f638
commit
a560add68a
7 changed files with 141 additions and 141 deletions
|
@ -1041,7 +1041,7 @@ class TestRegexp < Test::Unit::TestCase
|
|||
assert_equal("hoge fuga", h["body"])
|
||||
end
|
||||
|
||||
def test_regexp_poped
|
||||
def test_regexp_popped
|
||||
assert_nothing_raised { eval("a = 1; /\#{ a }/; a") }
|
||||
assert_nothing_raised { eval("a = 1; /\#{ a }/o; a") }
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue