You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@daffodil.apache.org by GitBox <gi...@apache.org> on 2018/07/18 16:14:42 UTC

[GitHub] jadams-tresys opened a new pull request #84: Daffodil 1923 - Allow use of the same character for escapeBlockEnd and escapeEscapeCharacter

jadams-tresys opened a new pull request #84: Daffodil 1923 - Allow use of the same character for escapeBlockEnd and escapeEscapeCharacter
URL: https://github.com/apache/incubator-daffodil/pull/84
 
 
   This commit allows the same character(s) to be used for the escapeBlockEnd and escapeEscapeCharacter.
   
   Prior to this the code would first check for the escapeBlockEnd without checking to see if it was also the escapeEscapeCharacter, and would think that it hit the end of the escapeBlock when it was just the escapeEscapeCharacter.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services