You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@jmeter.apache.org by bu...@apache.org on 2018/05/08 03:13:13 UTC

[Bug 62345] assertion response syntax error

https://bz.apache.org/bugzilla/show_bug.cgi?id=62345

--- Comment #1 from Sunny Agrawal <su...@gmail.com> ---
Hi,
This behavior is observed due to new line characters given in the code.
        text.append("\n\n");
        text.append(RECEIVED_STR);
        text.append(endingEqSeq);
        text.append("\n\n");

Thanks

-- 
You are receiving this mail because:
You are the assignee for the bug.