]
Jean-Francois Denise commented on WFCORE-1804:
----------------------------------------------
This is an Aesh behavior. Aesh expects quotes and double quotes to be escaped: # test
\" <return> works fine.
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}