Skip to content

Make ls command work for BasicObjects #5019

Make ls command work for BasicObjects

Make ls command work for BasicObjects #5019

Triggered via pull request February 25, 2026 09:25
Status Failure
Total duration 6m 30s
Artifacts

test.yml

on: pull_request
ruby-versions  /  Generate Ruby versions
3s
ruby-versions / Generate Ruby versions
lint
12s
lint
Debug compatibility test
6m 28s
Debug compatibility test
Matrix: irb
Matrix: prism-version-test
Matrix: vterm-yamatanooroti
Fit to window
Zoom out
Zoom in

Annotations

2 errors
rake test prism-latest
Process completed with exit code 1.
Failure: test/irb/test_color.rb#L195
Case: colorize_code("def f(a,)", complete: false) Result: "#{GREEN}def#{CLEAR} #{BLUE}#{BOLD}f#{CLEAR}(a,)". <"\e[32mdef\e[0m \e[34m\e[1mf\e[0m(a\e[31m\e[7m,\e[0m)"> expected but was <"\e[32mdef\e[0m \e[34m\e[1mf\e[0m(a,)">. diff: - def f(a,) ? --------- ---- + def f(a,)