pkatlic commented on code in PR #1176:
URL: https://github.com/apache/daffodil/pull/1176#discussion_r1520013945


##########
daffodil-runtime1-layers/src/test/scala/org/apache/daffodil/layers/runtime1/TestLengthLimitedLineFoldingStreams.scala:
##########
@@ -59,19 +60,9 @@ esse cillum dolore eu fugiat nulla pariatur. Excepteur sint 
occaecat cupidatat\r
     //
     // regex is CRLF not followed by a tab or space.
     //
-    val rls = new RegexLimitingStream(bba, "\\r\\n(?!(?:\\t|\\ ))", "\r\n", 
iso8859)
+    val rls = new RegexLimitingInputStream(bba, "\\r\\n(?!(?:\\t|\\ ))", 
"\r\n", iso8859)

Review Comment:
   Similar question as above, should these pattern strings be moved to a common 
constant?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to