Skip to content

Commit db0bd45

Browse files
committed
Tiny bit of clarification about a test
1 parent 1398932 commit db0bd45

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/src/edu/stanford/nlp/semgraph/semgrex/ssurgeon/SsurgeonTest.java

+1
Original file line numberDiff line numberDiff line change
@@ -1018,6 +1018,7 @@ public void readXMLAddUniversalDep() {
10181018
assertEquals(Language.UniversalEnglish, edge.getRelation().getLanguage());
10191019
}
10201020
// they look the same, but they're really not
1021+
// the edge is of a different Relation formalism
10211022
assertEquals(expected.toString(), newSG.toString());
10221023
assertNotEquals(expected, newSG);
10231024

0 commit comments

Comments
 (0)