Newline escape has the wrong order of \n\r
------------------------------------------

                 Key: JBEHAVE-122
                 URL: http://jira.codehaus.org/browse/JBEHAVE-122
             Project: JBehave
          Issue Type: Bug
            Reporter: Michael Hunger


CandidateStep

value.replaceAll("(\n)|(\r\n)", System.getProperty("line.separator"));

must be:
value.replaceAll("(\n)|(\n\r)", System.getProperty("line.separator"));


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to