Stream: conformance
Topic: More choice[x] slicing
Grahame Grieve (Dec 15 2019 at 20:18):
I'm just releasing a new set of test cases that make a change to some existing tests. The change is that if you have a diff that says that the min cardinality for the choice element is 0 (or you don't say anything), but then you slice it to a single type, and make that typed element 1..1, then the snapshot generator will also mark the choice element itself as 1..1, not just the slice
Lloyd McKenzie (Dec 15 2019 at 22:04):
I presume you meant that it will mark it as 1..x unless the max was already 1?
Grahame Grieve (Dec 15 2019 at 23:11):
choice... max can only be 1
Lloyd McKenzie (Dec 16 2019 at 00:33):
Ah. Right
Last updated: Apr 12 2022 at 19:14 UTC