stevedlawrence commented on a change in pull request #74: Daffodil trailing sep
URL: https://github.com/apache/incubator-daffodil/pull/74#discussion_r195097614
##########
File path:
daffodil-runtime1/src/main/scala/org/apache/daffodil/processors/parsers/DelimiterParsers.scala
##########
@@ -158,7 +158,7 @@ class DelimiterTextParser(
return
} else {
// no match and no ES in delims
- PE(start, "Delimiter not found.")
+ PE(start, "%s '%s' not found.", delimiterType.toString,
start.mpstate.delimiters.last.lookingFor)
Review comment:
This small change is a long time coming!
----------------------------------------------------------------
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