The lines [500](https://github.com/stanfordnlp/CoreNLP/blob/main/test/src/edu/stanford/nlp/trees/tregex/TregexTest.java#L500C46-L500C46) and [506](https://github.com/stanfordnlp/CoreNLP/blob/main/test/src/edu/stanford/nlp/trees/tregex/TregexTest.java#L506C46-L506C46) in TregexTest.java have an additional closing parenthesis, which appears unintended for the testing purpose. They might be removed, although they do not disrupt the testing procedure as PennTreeReader.java [would just log them](https://github.com/stanfordnlp/CoreNLP/blob/main/src/edu/stanford/nlp/trees/PennTreeReader.java#L223) and then go ahead.