You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@metron.apache.org by "Casey Stella (JIRA)" <ji...@apache.org> on 2017/08/02 10:07:00 UTC

[jira] [Updated] (METRON-1074) The REPL is not handling \ correctly

     [ https://issues.apache.org/jira/browse/METRON-1074?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Casey Stella updated METRON-1074:
---------------------------------
    Description: 
The REPL input is hijacking \ and interpreting it as a shell would, the continuation of the input onto the next line.  That should be turned off.

Note:

[Stellar]>>> JOIN( [ 'a', 'b'], '\\')
>

  was:
The REPL input is hijacking \ and interpreting it as a shell would, the continuation of the input onto the next line.  That should be turned off.

Note:

{{[Stellar]>>> JOIN( [ 'a', 'b'], '\\')
>}}


> The REPL is not handling \ correctly
> ------------------------------------
>
>                 Key: METRON-1074
>                 URL: https://issues.apache.org/jira/browse/METRON-1074
>             Project: Metron
>          Issue Type: Bug
>            Reporter: Casey Stella
>
> The REPL input is hijacking \ and interpreting it as a shell would, the continuation of the input onto the next line.  That should be turned off.
> Note:
> [Stellar]>>> JOIN( [ 'a', 'b'], '\\')
> >



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)