mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
test/unit: no newlines to be chomped
* test/lib/test/unit.rb (Test::Unit::StatusLine::Output#print): matched part never contains a newline to be chomped. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53951 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
b3177141bf
commit
0783358dcc
1 changed files with 1 additions and 1 deletions
|
@ -688,7 +688,7 @@ module Test
|
|||
when /\A(.*\#.*) = \z/
|
||||
runner.new_test($1)
|
||||
when /\A(.* s) = \z/
|
||||
runner.add_status(" = "+$1.chomp)
|
||||
runner.add_status(" = #$1")
|
||||
when /\A\.+\z/
|
||||
runner.succeed
|
||||
when /\A[EFS]\z/
|
||||
|
|
Loading…
Reference in a new issue