Skip to content

Commit 3a89d67

Browse files
committed
Verify that two more keywords used in Ssurgeon don't conflict with AnnotationLookup keys
1 parent 8e7d121 commit 3a89d67

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

+2
Original file line numberDiff line numberDiff line change
@@ -2294,5 +2294,7 @@ public void simpleTest() {
22942294
@Test
22952295
public void annotationNamesTest() {
22962296
assertNull(AnnotationLookup.toCoreKey(Ssurgeon.REMOVE));
2297+
assertNull(AnnotationLookup.toCoreKey(Ssurgeon.UPDATE_MORPHO_FEATURES));
2298+
assertNull(AnnotationLookup.toCoreKey(Ssurgeon.UPDATE_MORPHO_FEATURES_LOWER));
22972299
}
22982300
}

0 commit comments

Comments
 (0)