You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by GitBox <gi...@apache.org> on 2020/07/10 23:22:15 UTC

[GitHub] [incubator-daffodil] mbeckerle commented on a change in pull request #396: Add tests for nested choice branch cases that seemed problematic.

mbeckerle commented on a change in pull request #396:
URL: https://github.com/apache/incubator-daffodil/pull/396#discussion_r453118578



##########
File path: daffodil-test/src/test/resources/org/apache/daffodil/section05/facets/NulChars.tdml
##########
@@ -36,7 +36,7 @@
           <xs:element name="foo" dfdl:lengthKind="pattern" dfdl:lengthPattern="\x{0000}{3,3}">
             <xs:simpleType>
               <xs:restriction base="xs:string">
-                <xs:pattern value="&#xE000;*"/>
+                <xs:pattern value="[&#xE000;]*"/>

Review comment:
       Revert. This got carried over from another experiment. 




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