jadams-tresys opened a new pull request #570: URL: https://github.com/apache/daffodil/pull/570
This commit disallows separators/terminators that start with the same character as the escapeCharacter. This was something that is missing from the spec, but will likely be added in the near future. Having a separator or terminator that starts with the escapeCharacter will cause a Schema Definition Error to occur, which is how IBM's DFDL implementation works. This change results in many tests being redundant as it is no longer necessary to test these sort of edge cases. This also fixes a small issue that was preventing some escape scheme tests from round tripping. DAFFODIL-1556 -- 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]
