[
https://issues.apache.org/jira/browse/METRON-873?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15979138#comment-15979138
]
ASF GitHub Bot commented on METRON-873:
---------------------------------------
Github user justinleet commented on the issue:
https://github.com/apache/incubator-metron/pull/542
```
/code [Stellar]>>> " bar \\\\ foo "
bar \\\ foo
```
Shouldn't that produce 'bar \\ foo' (One less backslash)? It seems like
it's not handling chained backslash escapes properly (or at least the way Java
does, which I assume is the template).
> Stellar string literals do not support quote escaping
> -----------------------------------------------------
>
> Key: METRON-873
> URL: https://issues.apache.org/jira/browse/METRON-873
> Project: Metron
> Issue Type: Improvement
> Reporter: Casey Stella
>
> Right now, in stellar, we cannot represent a string literal that contains
> 'foo' if the string is quoted with ' or "foo" if the string is quoted with ".
> This is unfortunate and should be corrected.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)