File tree 1 file changed +1
-5
lines changed
junit-jupiter-params/src/main/java/org/junit/jupiter/params/provider
1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change 48
48
* The CSV lines to use as the source of arguments; must not be empty.
49
49
*
50
50
* <p>Each value corresponds to a line in a CSV file and will be split using
51
- * the specified {@link #delimiter} or {@link #delimiterString}. Any line
52
- * beginning with a {@code #} symbol will be interpreted as a comment and will
53
- * be ignored.
51
+ * the specified {@link #delimiter} or {@link #delimiterString}.
54
52
*
55
53
* <p>Defaults to an empty array. You therefore must supply CSV content
56
54
* via this attribute or the {@link #textBlock} attribute.
82
80
*
83
81
* <p>Each line in the text block corresponds to a line in a CSV file and will
84
82
* be split using the specified {@link #delimiter} or {@link #delimiterString}.
85
- * Any line beginning with a {@code #} symbol will be interpreted as a comment
86
- * and will be ignored.
87
83
*
88
84
* <p>Defaults to an empty string. You therefore must supply CSV content
89
85
* via this attribute or the {@link #value} attribute.
You can’t perform that action at this time.
0 commit comments