This enables vcard to work with the cross tester (a negative test wouldn't work before).
A similar test was added to the self-tests of this test rig.
Also by converting CRLF to LF when constructing actual XML from the DFDL infoset, this works similarly now to daffodil, which makes tests that use input data containing CRLF portable.
Fixes #10 and #11.
This enables vcard to work with the cross tester (a negative test wouldn't work before). A similar test was added to the self-tests of this test rig.
Also by converting CRLF to LF when constructing actual XML from the DFDL infoset, this works similarly now to daffodil, which makes tests that use input data containing CRLF portable.
This requires the fix to https://issues.apache.org/jira/browse/DAFFODIL-2440 which is https://github.com/apache/incubator-daffodil/pull/458