stevedlawrence opened a new pull request #112: Fix logic related to lengthKind="pattern" matching URL: https://github.com/apache/incubator-daffodil/pull/112 A logic bug prevented matching more than 64 characters if 64 characters was considered a match. For example, the pattern "[a]{0,80}" would only match 64 a's, even if 80 were available since 64 a's is technically a valid match. DAFFODIL-1991
---------------------------------------------------------------- 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
