Github user anandsubbu commented on a diff in the pull request:
https://github.com/apache/metron/pull/727#discussion_r136954740
--- Diff:
metron-stellar/stellar-common/src/test/java/org/apache/metron/stellar/dsl/functions/StringFunctionsTest.java
---
@@ -449,4 +450,68 @@ public void testCountMatches() throws Exception {
Assert.assertTrue(thrown);
}
+
--- End diff --
Thanks @ottobackwards . Have now used multiline strings.---
