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/`---
