jadams-tresys commented on a change in pull request #130: Initial commit
URL: https://github.com/apache/incubator-daffodil/pull/130#discussion_r229683822
##########
File path:
daffodil-runtime1/src/main/scala/org/apache/daffodil/processors/dfa/CreateDelimiterDFA.scala
##########
@@ -116,6 +118,7 @@ object CreateDelimiterDFA {
private def buildTransitions(delim: Seq[DelimBase],
allStates: ArrayBuffer[State], ignoreCase: Boolean): State = {
+ System.out.println("Delim: " + delim)
assert(!delim.isEmpty)
Review comment:
This is the Assert call that fails, even after the SDE is called.
----------------------------------------------------------------
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