stevedlawrence commented on a change in pull request #208: Output empty
elements with self closing tags
URL: https://github.com/apache/incubator-daffodil/pull/208#discussion_r275992428
##########
File path:
daffodil-test/src/test/resources/org/apache/daffodil/section14/sequence_groups/SequenceGroup.tdml
##########
@@ -68,7 +68,7 @@
</tdml:document>
<tdml:infoset>
<tdml:dfdlInfoset>
- <complexEmptyContent></complexEmptyContent>
+ <complexEmptyContent/>
Review comment:
Does the TDML runner view these as not equivlent? If so we should open a
bug.It shouldn't matter if the TDML infoset contains ``<foo></foo>`` or
``<foo/>``.
----------------------------------------------------------------
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]
With regards,
Apache Git Services