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 ff7c287 Input "test" gets parsed as test, quotes die #58.
ff7c287 is described below
commit ff7c287763d3abeff97877ef7a12048094b3a91f
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Oct 17 10:38:57 2021 -0400
Input "test" gets parsed as test, quotes die #58.
---
src/changes/changes.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index e3bbfec..a7715b5 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -41,8 +41,8 @@
<action type="fix" dev="ggregory" due-to="Arturo Bernal, Gary Gregory">
Minor Improvements #57, #61.
</action>
- <action type="fix" dev="ggregory" due-to="Arturo Bernal">
- Replace JUnit asserts by simpler but equivalent calls. #69.
+ <action type="fix" dev="ggregory" due-to="stoty" issue="CLI-254">
+ Input "test" gets parsed as test, quotes die #58.
</action>
<!-- ADD -->
<action type="add" dev="chtompki" due-to="Rubin Simons" issue="CLI-217">