From a708d6ad397e1f25f6e88795e4c9a64ec0ab0260 Mon Sep 17 00:00:00 2001 From: Stan Lo Date: Wed, 18 Dec 2024 18:46:53 +0000 Subject: [PATCH] debug --- test/irb/test_context.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/test/irb/test_context.rb b/test/irb/test_context.rb index b02d8dbe0..0a819cc07 100644 --- a/test/irb/test_context.rb +++ b/test/irb/test_context.rb @@ -158,6 +158,7 @@ def test_object_inspection_handles_basic_object irb.eval_input end assert_empty err + puts PP::VERSION assert_not_match(/NoMethodError/, out) assert_match(/#/, out) ensure