stevedlawrence commented on code in PR #1195:
URL: https://github.com/apache/daffodil/pull/1195#discussion_r1542115836


##########
daffodil-cli/src/test/scala/org/apache/daffodil/cli/cliTest/TestCLIParsing.scala:
##########
@@ -151,7 +151,11 @@ class TestCLIParsing {
     }(ExitCode.BadExternalVariable)
   }
 
-  @Test def test_CLI_Parsing_SimpleParse_DFDL1197_fix(): Unit = {
+  // FIXME FIXME FIXME

Review Comment:
   Looks like the error now outputs
   ```
   <Sequence><separator/><RepMinMax name='s1'>
   ```
   Note the lowercase `s` in "separator". I guess changing the toString of the 
enums modified one of the parser names?



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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to