File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed
junit-jupiter-params/src/main/java/org/junit/jupiter/params/provider Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change 6363 * physical line within the text block. Thus, if a CSV column wraps across a
6464 * new line in a text block, the column must be a quoted string.
6565 *
66- * <p>Note that {@link #delimiter} (or {@link #delimiterString}), {@link #quoteCharacter},
67- * and {@link #commentCharacter} (when {@link #textBlock} is used) are treated
68- * as <em>control characters</em> and must all be distinct.
66+ * <p>Note that {@link #delimiter} (or {@link #delimiterString}),
67+ * {@link #quoteCharacter}, and {@link #commentCharacter} (when
68+ * {@link #textBlock} is used) are treated as <em>control characters</em>.
69+ *
70+ * <ul>
71+ * <li>{@link #delimiter} and {@link #quoteCharacter} must always be distinct.</li>
72+ * <li>{@link #commentCharacter} must be distinct from the others only when
73+ * {@link #textBlock} is used.</li>
74+ * </ul>
6975 *
7076 * <h2>Inheritance</h2>
7177 *
You can’t perform that action at this time.
0 commit comments