diff --git a/tests/37-indirect-choice-OK.asn1 b/tests/37-indirect-choice-OK.asn1 index 9204c1c0258643744b08f03ea5a42838d8d3e421..612479058146c50b0339565c1f5ff1cf3ab227e5 100644 --- a/tests/37-indirect-choice-OK.asn1 +++ b/tests/37-indirect-choice-OK.asn1 @@ -26,7 +26,8 @@ BEGIN Choice2 ::= [2] CHOICE { c-a OCTET STRING, c-b INTEGER, - c-d [3] Choice1 + c-d [3] Choice1, + c-e [4] Choice1 } Choice3 ::= [3] EXPLICIT Choice2 -- tags [3] [2] diff --git a/tests/37-indirect-choice-OK.asn1.-EF b/tests/37-indirect-choice-OK.asn1.-EF index e975dde496aa0600ac440c62db4406813e334ca9..88f7b03b182d183653fd9bed08918726244eb4e9 100644 --- a/tests/37-indirect-choice-OK.asn1.-EF +++ b/tests/37-indirect-choice-OK.asn1.-EF @@ -20,7 +20,8 @@ Choice1 ::= CHOICE { Choice2 ::= [2] EXPLICIT CHOICE { c-a OCTET STRING, c-b INTEGER, - c-d [3] EXPLICIT Choice1 + c-d [3] EXPLICIT Choice1, + c-e [4] EXPLICIT Choice1 } Choice3 ::= [3] EXPLICIT Choice2