mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
parent
90afe5f11f
commit
3bd596efa4
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ module TestIRB
|
|||
def test_toplevel_binding_local_variables
|
||||
bug17623 = '[ruby-core:102468]'
|
||||
bundle_exec = ENV.key?('BUNDLE_GEMFILE') ? ['-rbundler/setup'] : []
|
||||
status = assert_in_out_err(bundle_exec + ['-W0', '-e', <<~RUBY , '--', '-f', '--'], 'binding.local_variables', /\[:_\]/, [], bug17623)
|
||||
assert_in_out_err(bundle_exec + ['-W0', '-e', <<~RUBY , '--', '-f', '--'], 'binding.local_variables', /\[:_\]/, [], bug17623)
|
||||
version = 'xyz' # typical rubygems loading file
|
||||
load('./exe/irb')
|
||||
RUBY
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue