require 'test/unit' class TC_Spike < Test::Unit::TestCase def test_crlf
data = "first line second line" assert_match(,data, /first line\s+second line/) end end error: "first line\r\n\r\nsecond line" expected but acutal was "/fist line\s+secondling/" Thanks for your support _______________________________________________ Wtr-general mailing list Wtr-general@rubyforge.org http://rubyforge.org/mailman/listinfo/wtr-general