Skip to content

CI: assert_separately fails in Ruby 2.x tests #91

@olleolleolle

Description

@olleolleolle

Errors like this with assert_separately are currently happening. Here, even with a single argument in its list of arguments.

=> 123:     assert_separately(%w[-rcgi/escape], "#{<<-"begin;"}\n#{<<-"end;"}")
     124:     begin;
     125:       assert_equal("", CGI.unescapeURIComponent(''))
     126:     end;
===============================================================================
===============================================================================
Failure: test_cgi_unescape_accept_charset(CGIEscapeTest):
  assert_separately failed with error message
  pid 4022 exit 1
  | /Users/runner/hostedtoolcache/Ruby/2.6.10/arm64/bin/ruby: invalid option -:  (-h will show valid options) (RuntimeError)
  .
  <false> is not true.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions