mirror of
https://github.com/ruby/ruby.git
synced 2025-09-19 02:23:59 +02:00
* parse.y (parser_magic_comment): should pass the proper value.
[ruby-dev:44984][Bug #5753] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34022 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
a3eaaf8967
commit
0f9662f366
3 changed files with 8 additions and 2 deletions
|
@ -592,8 +592,8 @@ class TestRipper::ParserEvents < Test::Unit::TestCase
|
|||
|
||||
def test_magic_comment
|
||||
thru_magic_comment = false
|
||||
parse('# -*- foo:bar -*-', :on_magic_comment) {thru_magic_comment = true}
|
||||
assert_equal true, thru_magic_comment
|
||||
parse('# -*- bug-5753: ruby-dev:44984 -*-', :on_magic_comment) {|*x|thru_magic_comment = x}
|
||||
assert_equal [:on_magic_comment, "bug_5753", "ruby-dev:44984"], thru_magic_comment
|
||||
end
|
||||
|
||||
def test_method_add_block
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue