Escape method names containing control characters
This commit is contained in:
parent
6c46ccf226
commit
f13068afaa
@ -1547,7 +1547,7 @@ module Test
|
|||||||
_start_method(inst)
|
_start_method(inst)
|
||||||
inst._assertions = 0
|
inst._assertions = 0
|
||||||
|
|
||||||
print "#{suite}##{method} = " if @verbose
|
print "#{suite}##{method.inspect.sub(/\A:/, '')} = " if @verbose
|
||||||
|
|
||||||
start_time = Time.now if @verbose
|
start_time = Time.now if @verbose
|
||||||
result =
|
result =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user