Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
st0012 committed Dec 18, 2024
1 parent e62d6f4 commit a708d6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/irb/test_context.rb
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ def test_object_inspection_handles_basic_object
irb.eval_input
end
assert_empty err
puts PP::VERSION

Check failure on line 161 in test/irb/test_context.rb

View workflow job for this annotation

GitHub Actions / rake test 2.7

Error

NameError: uninitialized constant PP::VERSION /home/runner/work/irb/irb/test/irb/test_context.rb:161:in `test_object_inspection_handles_basic_object'

Check failure on line 161 in test/irb/test_context.rb

View workflow job for this annotation

GitHub Actions / rake test 2.7 (latest reline)

Error

NameError: uninitialized constant PP::VERSION /home/runner/work/irb/irb/test/irb/test_context.rb:161:in `test_object_inspection_handles_basic_object'

Check failure on line 161 in test/irb/test_context.rb

View workflow job for this annotation

GitHub Actions / rake test 2.7 (latest reline)

Error

NameError: uninitialized constant PP::VERSION /home/runner/work/irb/irb/test/irb/test_context.rb:161:in `test_object_inspection_handles_basic_object'

Check failure on line 161 in test/irb/test_context.rb

View workflow job for this annotation

GitHub Actions / rake test 2.7

Error

NameError: uninitialized constant PP::VERSION /home/runner/work/irb/irb/test/irb/test_context.rb:161:in `test_object_inspection_handles_basic_object'
assert_not_match(/NoMethodError/, out)
assert_match(/#<BasicObject:.*>/, out)
ensure
Expand Down

0 comments on commit a708d6a

Please # to comment.