This patch (for 826b84ed2dde revision) makes possible usage of characters ","
and "|" in "value" attribute of annotation @Parameters:
@Test
@Parameters({ "a \n \\,\\|b", "\\,a(asdf)\\|", "\\,"})
public void escapedSpecialCharsInParam(String a) throws Exception {
...
}
Original issue reported on code.google.com by Xaoc00 on 13 Feb 2012 at 1:48
Original issue reported on code.google.com by
Xaoc00
on 13 Feb 2012 at 1:48Attachments: