olabusayoT opened a new pull request, #1613:
URL: https://github.com/apache/daffodil/pull/1613

   - Introduced `TestImplicitvParsed` including TDML tests for 
`occursCountKind=parsed` and `occursCountKind=implicit`.
   - Added "DiscouragedOCKParsedWithoutSSPAnyEmpty" warning to enforce 
`separatorSuppressionPolicy="anyEmpty"` for `occursCountKind=parsed`.
   - Implicit with SSP=trailingEmpty works as expected, with it looking for the 
prefix / for absent arre1 in e2 in the added implicitvparsed.tdml as per the 
spec (Table 47: RepDef(min) ~ Rep(max - min), which means RepDef(1) followed by 
Rep(2), so it expects the separator for the last empty arre1 element), so the 
right thing to do if we don't want the empty trailing / is to use anyEmpty
   - Updated test cases to align with these changes.
   
   DAFFODIL-2801


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