mbeckerle commented on a change in pull request #570:
URL: https://github.com/apache/daffodil/pull/570#discussion_r644062071



##########
File path: 
daffodil-test/src/test/resources/org/apache/daffodil/section07/escapeScheme/escapeScenarios.tdml
##########
@@ -551,74 +409,6 @@
     </errors>
   </parserTestCase>
 
-  <parserTestCase name="scenario2_12" model="es2"
-    description="Section 13 - escapeCharacter - DFDL-13-029R" 
root="e_infix_never"
-    roundTrip="onePass">
-    <document>foo$/$;</document>
-    <infoset>
-      <dfdlInfoset>
-        <tns:e_infix_never>
-          <x>foo/</x>
-          <y></y>
-        </tns:e_infix_never>
-      </dfdlInfoset>
-    </infoset>
-  </parserTestCase>
-
-  <parserTestCase name="scenario2_12_postfix" model="es2"
-    description="Section 13 - escapeCharacter - DFDL-13-029R" root="e_postfix">
-    <document>foo$/$;</document>
-    <infoset>
-      <dfdlInfoset>
-        <tns:e_postfix>
-          <x>foo/</x>
-        </tns:e_postfix>
-      </dfdlInfoset>
-    </infoset>
-  </parserTestCase>
-
-  <parserTestCase name="scenario2_13" model="es2"
-    description="Section 13 - escapeCharacter - DFDL-13-029R" 
root="e_infix_keepEmpty" roundTrip="twoPass">
-    <!-- This is twoPass as there is no element 'y' in the infoset, so on 
unparse there is no separator -->
-    <document>foo$$/$;</document>
-    <infoset>
-      <dfdlInfoset>
-        <tns:e_infix_keepEmpty>
-          <x>foo$/</x>
-          <!-- dfdlx:emptyElementParsePolicy 'treatAsEmpty' only creates empty
-               string elements if there is some non-zero-length syntax
-          <y></y>
-          -->
-        </tns:e_infix_keepEmpty>
-      </dfdlInfoset>
-    </infoset>
-  </parserTestCase>
-
-  <parserTestCase name="scenario2_13_postfix" model="es2"
-    description="Section 13 - escapeCharacter - DFDL-13-029R" root="e_postfix" 
roundTrip="true">
-    <document>foo$$/$;</document>
-    <infoset>
-      <dfdlInfoset>
-        <tns:e_postfix>
-          <x>foo$/</x>
-        </tns:e_postfix>
-      </dfdlInfoset>
-    </infoset>
-  </parserTestCase>
-
-  <parserTestCase name="scenario2_14" model="es2"
-    description="Section 13 - escapeCharacter - DFDL-13-029R" root="e_infix" 
roundTrip="false">
-    <!-- See DFDL-DAFFODIL for to make roundTrip="true" -->
-    <document>foo$$$//$;</document>
-    <infoset>
-      <dfdlInfoset>
-        <tns:e_infix>
-          <x>foo$$/$;</x>
-  </tns:e_infix>
-      </dfdlInfoset>
-    </infoset>
-  </parserTestCase>
-

Review comment:
       The comment line just below should get a bug report. A bad diagnostic 
like that is a bug. 




-- 
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]


Reply via email to