This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-cli.git
The following commit(s) were added to refs/heads/master by this push: new 11933b3f Add missing @Test 11933b3f is described below commit 11933b3fde291b78de19942d70c9056937c989eb Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Sat Jun 7 09:41:36 2025 -0400 Add missing @Test --- src/test/java/org/apache/commons/cli/AbstractParserTestCase.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/test/java/org/apache/commons/cli/AbstractParserTestCase.java b/src/test/java/org/apache/commons/cli/AbstractParserTestCase.java index 35450fd2..de84d3f1 100644 --- a/src/test/java/org/apache/commons/cli/AbstractParserTestCase.java +++ b/src/test/java/org/apache/commons/cli/AbstractParserTestCase.java @@ -64,6 +64,7 @@ public abstract class AbstractParserTestCase { //@formatter:on } + @Test public void testAmbiguousArgParsing() throws Exception { final String[] args = { "-=-" }; final Options options = new Options();