mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* iseq.c (iseq_data_to_ary): check line info table boundary. line
number 0 means no line number info is needed. [ruby-dev:45130] [Bug #5894] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34303 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
3772335ae6
commit
e72ae8cc0f
3 changed files with 20 additions and 2 deletions
11
test/ruby/test_iseq.rb
Normal file
11
test/ruby/test_iseq.rb
Normal file
|
@ -0,0 +1,11 @@
|
|||
require 'test/unit'
|
||||
require_relative 'envutil'
|
||||
|
||||
class TestISeq < Test::Unit::TestCase
|
||||
ISeq = RubyVM::InstructionSequence
|
||||
|
||||
def test_no_linenum
|
||||
bug5894 = '[ruby-dev:45130]'
|
||||
assert_normal_exit('p RubyVM::InstructionSequence.compile("1", "mac", "", 0).to_a', bug5894)
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue