mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
test_syntax.rb: assert output
* test/ruby/test_syntax.rb (TestSyntax#test_return_toplevel): assert expected output if given. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59697 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
8560376071
commit
54217d68b3
1 changed files with 4 additions and 7 deletions
|
@ -998,13 +998,10 @@ eom
|
|||
begin raise; ensure return; end and self
|
||||
nil&defined?0--begin e=no_method_error(); return; 0;end
|
||||
end;
|
||||
all_assertions(feature4840) do |a|
|
||||
code.each_line do |s|
|
||||
s.chomp!
|
||||
a.for(s) do
|
||||
assert_ruby_status([], s, proc {RubyVM::InstructionSequence.compile(s).disasm})
|
||||
end
|
||||
end
|
||||
all_assertions_foreach(feature4840, *code.split(/\n/)) do |s|
|
||||
assert_in_out_err([], s, [*s[/#=> (.*)/, 1]], [],
|
||||
proc {RubyVM::InstructionSequence.compile(s).disasm},
|
||||
success: true)
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue