ruby / debug

Debugging functionality for Ruby
BSD 2-Clause "Simplified" License
1.14k stars 127 forks source link

Accept colon style Hash#inspect in test/console/print_test.rb #1111

Closed tompng closed 4 months ago

tompng commented 4 months ago

Hash#inspect is proposed to change to {key: value, non_symbol_key => value} in https://bugs.ruby-lang.org/issues/20433#note-10 This pull request fixes test/console/print_test.rb to pass in both Hash#inspect style.

Pull request that change Hash#inspect is here https://github.com/ruby/ruby/pull/10924

launchable-app[bot] commented 4 months ago

:white_check_mark: All Tests passed!

:heavy_multiplication_x:no tests failed :heavy_check_mark:669 tests passed(1 flake)