We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1398932 commit db0bd45Copy full SHA for db0bd45
test/src/edu/stanford/nlp/semgraph/semgrex/ssurgeon/SsurgeonTest.java
@@ -1018,6 +1018,7 @@ public void readXMLAddUniversalDep() {
1018
assertEquals(Language.UniversalEnglish, edge.getRelation().getLanguage());
1019
}
1020
// they look the same, but they're really not
1021
+ // the edge is of a different Relation formalism
1022
assertEquals(expected.toString(), newSG.toString());
1023
assertNotEquals(expected, newSG);
1024
0 commit comments