vamsi wrote:
> 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/"
>   
Please show your original script. The one that says

Do you want to continue <BR> Click on continue Button.

Bret

_______________________________________________
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to