Github user ottobackwards commented on a diff in the pull request:

    https://github.com/apache/nifi/pull/3183#discussion_r236785266
  
    --- Diff: 
nifi-commons/nifi-record-path/src/test/java/org/apache/nifi/record/path/TestRecordPath.java
 ---
    @@ -1008,12 +1008,16 @@ public void testReplaceRegex() {
             final List<RecordField> fields = new ArrayList<>();
             fields.add(new RecordField("id", 
RecordFieldType.INT.getDataType()));
             fields.add(new RecordField("name", 
RecordFieldType.STRING.getDataType()));
    --- End diff --
    
    There should be tests for all the escapable chars


---

Reply via email to