stevedlawrence commented on a change in pull request #167: Daffodil 2051 tests
broken in windows
URL: https://github.com/apache/incubator-daffodil/pull/167#discussion_r248675800
##########
File path:
daffodil-test/src/test/resources/org/apache/daffodil/section06/namespaces/namespaces.tdml
##########
@@ -167,8 +167,9 @@
<tdml:parserTestCase name="ibm_format_compat_02"
root="ABC" model="ABC_IBM.dfdl.xsd" description=""
roundTrip="twoPass">
- <tdml:document><![CDATA[a
-]]></tdml:document>
+ <tdml:document>
+ <tdml:documentPart type="text"
replaceDFDLEntities="true"><![CDATA[a%LF;]]></tdml:documentPart>
Review comment:
Did something in your comment get stripped out by github? I'm guessing you
mean to say ``a
`` and github replaced the xA it with an actual linefeed?
Using backticks seems to escape it and make it show up.
----------------------------------------------------------------
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