jadams-tresys commented on a change in pull request #55: Fixes the issue of separated empty optional elements, (ie. 1:2::4:5). URL: https://github.com/apache/incubator-daffodil/pull/55#discussion_r175481085
########## File path: daffodil-test/src/test/resources/org/apache/daffodil/section12/delimiter_properties/DelimiterProperties.tdml ########## @@ -546,7 +546,7 @@ </tdml:defineSchema> <tdml:parserTestCase name="initiatedContentSimple1" - model="initiatedContentSimple1" description="TBD" root="e"> + model="initiatedContentSimple1" description="TBD" root="e" roundTrip="false"> Review comment: That is a good question. I think I had set it to roundTrip="false" while debugging some things and I thought it would work now, but now it fails with an SDE saying No root element found, which is not what I would have expected. ---------------------------------------------------------------- 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
