shivadorepally / junitparams

Automatically exported from code.google.com/p/junitparams
0 stars 0 forks source link

Possibility of usage of characters "," and "|" in "value" attribute of annotation @Parameters #20

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

Attachments:

GoogleCodeExporter commented 8 years ago

Original comment by lipinski...@gmail.com on 11 May 2012 at 1:50