Skip to content

Commit 8e7ba0e

Browse files
committed
dependency outputs have blank space at the end
1 parent eef354a commit 8e7ba0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/src/edu/stanford/nlp/trees/EnglishGrammaticalStructureTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -722,7 +722,7 @@ public void testMoreBasicRelations() {
722722
"num(shares-8, 192,000-5)\n" +
723723
"amod(shares-8, additional-6)\n" +
724724
"amod(shares-8, ordinary-7)\n" +
725-
"dobj(purchased-2, shares-8)",
725+
"dobj(purchased-2, shares-8)\n",
726726

727727
};
728728

0 commit comments

Comments
 (0)