Github user markap14 commented on a diff in the pull request:
https://github.com/apache/nifi/pull/2929#discussion_r210062603
--- Diff:
nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/test/java/org/apache/nifi/processors/standard/TestReplaceText.java
---
@@ -404,6 +404,27 @@ public void testRegexWithExpressionLanguageIsEscaped()
throws IOException {
out.assertContentEquals("Hello, World!");
}
+ /**
+ * Test for NIFI-5474
--- End diff --
Probably makes sense to explain the actual problem here rather than
referencing the JIRA number so that if looking at it later it's easier to
understand
---