stevedlawrence commented on a change in pull request #517:
URL: https://github.com/apache/daffodil/pull/517#discussion_r600767476
##########
File path:
daffodil-test/src/test/resources/org/apache/daffodil/section14/sequence_groups/SequenceGroupNestedArray.tdml
##########
@@ -219,6 +219,7 @@ notice blank lines are skipped
<ex:record>
<ex:item>notice lines of all commas are skipped</ex:item>
</ex:record>
+ <ex:record />
Review comment:
Good idea. I've tried setting emptyValueDelimiterPolicy to all possible
values to be sure, and it has no affect on the result. Daffodil always adds the
empty record element.
Looking at the emptyValueDelimiterPolicy section it says the property is
> Ignored if both dfdl:initiator and dfdl:terminator are "" (empty string).
So I think this property is just going to be ignored, and isn't applicable
in this case, as you suggest.
So it's probably a good thing that the behavior is the same regardless of
the value of that property (assuming that behavior is correct).
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]