--- assertions.rb-orig 2008-12-06 15:53:39.000000000 -0500 +++ assertions.rb-new 2008-12-06 15:54:49.000000000 -0500 @@ -57,7 +57,7 @@ end def assert_array_equal(line) - line.match(/\((\w+),(\w+)\)/) + line.match(/\((\w+),\s*(\w+)\)/) @type = 'Assert_Array_Equal' @condition = ".not. all(#$1==#$2)" @message = "\"array #$1 is not #$2\""