We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c41ebb0 commit 17c9f9eCopy full SHA for 17c9f9e
1 file changed
src/test/java/org/apache/commons/csv/issues/JiraCsv148Test.java
@@ -44,7 +44,7 @@ public void testWithIgnoreSurroundingSpacesEmpty() {
44
/**
45
* The difference between withTrim()and withIgnoreSurroundingSpace(): difference: withTrim() can remove the leading
46
* and trailing spaces and newlines in quotation marks, while withIgnoreSurroundingSpace() cannot The same point:
47
- * you can remove the leading and trailing spaces,tabs and other symbols.
+ * you can remove the leading and trailing spaces, tabs and other symbols.
48
*/
49
@Test
50
public void testWithTrimEmpty() {
0 commit comments