1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Handle non-succeeding reports mingled with dots

This commit is contained in:
Nobuyoshi Nakada 2021-08-29 16:32:55 +09:00
parent 6c40aa35a5
commit 265a725830
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6

View file

@ -889,7 +889,7 @@ module Test
runner.add_status(" = #$1")
when /\A\.+\z/
runner.succeed
when /\A[EFS]\z/
when /\A\.*[EFS][EFS.]*\z/
runner.failed(s)
else
$stdout.print(s)