mike-mcgann commented on code in PR #898:
URL: https://github.com/apache/daffodil/pull/898#discussion_r1055710314
##########
daffodil-test/src/test/resources/org/apache/daffodil/usertests/SepTests.tdml:
##########
@@ -278,15 +274,11 @@
<xs:include
schemaLocation="org/apache/daffodil/xsd/DFDLGeneralFormat.dfdl.xsd"/>
<dfdl:format
- ref="ex:GeneralFormatPortable"
- representation="text"
- lengthKind="delimited"
- separatorPosition="infix"
- dfdlx:emptyElementParsePolicy="treatAsMissing"/> <!-- remove extension
proerty for IBM cross tests -->
- <!--
- Note: dfdlx:emptyElementParsePolicy should become regular DFDL
emptyElementParsePolicy
- once implemented in DAFFODIL-2496. The enum 'treatAsMissing' is renamed to
'treatAsAbsent'
- -->
+ ref="ex:GeneralFormatPortable"
+ representation="text"
+ lengthKind="delimited"
+ separatorPosition="infix"
+ dfdlx:emptyElementParsePolicy="treatAsMissing"/> <!-- remove
extension property for IBM cross tests -->
Review Comment:
Updated during our meeting.
##########
daffodil-test/src/test/resources/org/apache/daffodil/usertests/SepTests.tdml:
##########
@@ -278,15 +274,11 @@
<xs:include
schemaLocation="org/apache/daffodil/xsd/DFDLGeneralFormat.dfdl.xsd"/>
<dfdl:format
- ref="ex:GeneralFormatPortable"
- representation="text"
- lengthKind="delimited"
- separatorPosition="infix"
- dfdlx:emptyElementParsePolicy="treatAsMissing"/> <!-- remove extension
proerty for IBM cross tests -->
- <!--
- Note: dfdlx:emptyElementParsePolicy should become regular DFDL
emptyElementParsePolicy
- once implemented in DAFFODIL-2496. The enum 'treatAsMissing' is renamed to
'treatAsAbsent'
- -->
+ ref="ex:GeneralFormatPortable"
+ representation="text"
+ lengthKind="delimited"
+ separatorPosition="infix"
+ dfdlx:emptyElementParsePolicy="treatAsMissing"/> <!-- remove
extension property for IBM cross tests -->
<!--
treatAsMissing should have no effect here, because everything is optional.
Review Comment:
Updated during our meeting
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]