mbeckerle commented on a change in pull request #84: Daffodil 1923 - Allow use
of the same character for escapeBlockEnd and escapeEscapeCharacter
URL: https://github.com/apache/incubator-daffodil/pull/84#discussion_r204049433
##########
File path:
daffodil-runtime1/src/main/scala/org/apache/daffodil/processors/dfa/Rules.scala
##########
@@ -488,9 +493,6 @@ class EECStateBlock(states: => ArrayBuffer[State],
blockEnd: DFADelimiter, val E
//
// We've already encountered EEC as data0 here
//
- Rule { (r: Registers) => couldBeFirstChar(r.data0, blockEnd) } {
Review comment:
The comment above on lines 489-492 is just misleading now. I suggest
deleting it.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services