We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88154e2 commit 2cdf3b4Copy full SHA for 2cdf3b4
src/test/java/technology/tabula/TestBasicExtractor.java
@@ -203,7 +203,7 @@ public void testCheckSqueezeDoesntBreak() throws IOException {
203
List<List<RectangularTextContainer>> rows = table.getRows();
204
List<RectangularTextContainer> firstRow = rows.get(0);
205
List<RectangularTextContainer> lastRow = rows.get(rows.size() - 1);
206
- assertTrue(firstRow.get(0).getText().equals("Violent crime . . . . . . . . . . . . . . . . . ."));
+ assertTrue(firstRow.get(0).getText().equals("Violent crime. . . . . . . . . . . . . . . . . ."));
207
assertTrue(lastRow.get(lastRow.size() - 1).getText().equals("(X)"));
208
page.getPDDoc().close();
209
}
0 commit comments