Make ls command work for BasicObjects #5019
test.yml
on: pull_request
ruby-versions
/
Generate Ruby versions
3s
lint
12s
Debug compatibility test
6m 28s
Matrix: irb
Matrix: prism-version-test
Matrix: vterm-yamatanooroti
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,)
|