[
https://issues.jboss.org/browse/WFCORE-1804?page=com.atlassian.jira.plugi...
]
Alexey Loubyansky reassigned WFCORE-1804:
-----------------------------------------
Assignee: Jean-Francois Denise (was: Alexey Loubyansky)
Jeff, could you please investigate? Thanks!
CLI comments are not ended at the end of line
---------------------------------------------
Key: WFCORE-1804
URL:
https://issues.jboss.org/browse/WFCORE-1804
Project: WildFly Core
Issue Type: Bug
Components: CLI
Reporter: Alexey Loubyansky
Assignee: Jean-Francois Denise
*Description of problem:*
* CLI comments are not ended at the end of line, if it contains quotation marks or
apostrophes.
* This is regression against EAP 6.4.x
*How reproducible:*
Always
*Steps to Reproduce + Actual results:*
{noformat}
[standalone@localhost:9990 /] # test ' test
>
{noformat}
{noformat}
[standalone@localhost:9990 /] # what " what
>
{noformat}
*Expected results:*
{noformat}
[standalone@localhost:9990 /] # test ' test
[standalone@localhost:9990 /]
{noformat}
{noformat}
[standalone@localhost:9990 /] # what " what
[standalone@localhost:9990 /]
{noformat}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)