[
https://issues.apache.org/jira/browse/METRON-1922?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16711582#comment-16711582
]
ASF GitHub Bot commented on METRON-1922:
----------------------------------------
Github user JonZeolla commented on a diff in the pull request:
https://github.com/apache/metron/pull/1291#discussion_r239492672
--- Diff:
metron-stellar/stellar-common/src/test/java/org/apache/metron/stellar/common/shell/cli/StellarShellTest.java
---
@@ -100,6 +100,12 @@ public void testExecuteStellar() throws Exception {
assertEquals("4", stdout());
}
+ @Test
+ public void testBacklashInStrings() throws Exception {
--- End diff --
`s/Backlash/Backslash/`
> Escaping incorrectly handled in current aesh version
> ----------------------------------------------------
>
> Key: METRON-1922
> URL: https://issues.apache.org/jira/browse/METRON-1922
> Project: Metron
> Issue Type: Bug
> Reporter: Justin Leet
> Assignee: Justin Leet
> Priority: Major
>
> Bump the Aesh version.
> Can be manually tested against
> {code:java}
> SPLIT('foo\\bar', '\\')
> {code}
> which will fail in the old version and succeed in the new.
> Unit testing is more of a pain, because it only occurs from interaction with
> Console, but the tests pass a buffer directly.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)