Skip to content

Commit

Permalink
Minor typo in test comment (#588)
Browse files Browse the repository at this point in the history
  • Loading branch information
amallia authored and lintool committed Apr 7, 2019
1 parent 57ff7e8 commit abaa4c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/java/io/anserini/collection/TrecDocumentTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public void setUp() throws Exception {
"<FILEID>field id test and should NOT be included</FILEID>\n" +
"<FIRST>first test and should NOT be included</FIRST>\n" +
"<SECOND>second test and should NOT be included</SECOND>\n" +
"<HEAD>This is head and should NOT be included</HEAD>\n" +
"<HEAD>This is head and should be included</HEAD>\n" +
"<HEADLINE>This is headline and should be included</HEADLINE>\n" +
"<DATELINE>AP</DATELINE>\n" +
"<TEXT>\n" +
Expand All @@ -51,7 +51,7 @@ public void setUp() throws Exception {
doc1.put("id", "AP-0001");
// ONLY "<TEXT>", "<HEADLINE>", "<TITLE>", "<HL>", "<HEAD>",
// "<TTL>", "<DD>", "<DATE>", "<LP>", "<LEADPARA>" will be included
doc1.put("content", "<HEAD>This is head and should NOT be included</HEAD>\n" +
doc1.put("content", "<HEAD>This is head and should be included</HEAD>\n" +
"<HEADLINE>This is headline and should be included</HEADLINE>\n" +
"<TEXT>\n" +
"Hopefully we\n" +
Expand Down

0 comments on commit abaa4c8

Please sign in to comment.