jadams-tresys commented on a change in pull request #130: Initial commit
URL: https://github.com/apache/incubator-daffodil/pull/130#discussion_r229683644
##########
File path:
daffodil-runtime1/src/main/scala/org/apache/daffodil/processors/EvDelimiters.scala
##########
@@ -68,6 +68,13 @@ abstract class DelimiterParseEv(delimType:
DelimiterTextType.Type, override val
if (converterResult.length == 1 && converterResult(0) == "") {
Array()
} else {
+ System.out.println("In DelimiterParseEv: " + expr)
+ System.out.println("converterResult: " + converterResult)
+ if (converterResult.contains("")) {
+ System.out.println("Empty delimiter found!!!")
Review comment:
When running testOnly
org.apache.daffodil.section12.delimiter_properties.TestDelimiterProperties this
print statement (the one before the SDE call) gets displayed, but not the one
after the SDE. However, it continues processing til it hits the Assert call
----------------------------------------------------------------
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