We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e7d121 commit 3a89d67Copy full SHA for 3a89d67
test/src/edu/stanford/nlp/semgraph/semgrex/ssurgeon/SsurgeonTest.java
@@ -2294,5 +2294,7 @@ public void simpleTest() {
2294
@Test
2295
public void annotationNamesTest() {
2296
assertNull(AnnotationLookup.toCoreKey(Ssurgeon.REMOVE));
2297
+ assertNull(AnnotationLookup.toCoreKey(Ssurgeon.UPDATE_MORPHO_FEATURES));
2298
+ assertNull(AnnotationLookup.toCoreKey(Ssurgeon.UPDATE_MORPHO_FEATURES_LOWER));
2299
}
2300
0 commit comments