From cf2e10d6e52f41a2198a8b95e4deb94eac9d2787 Mon Sep 17 00:00:00 2001 From: Lev Walkin <vlm@lionet.info> Date: Wed, 15 Sep 2004 11:53:38 +0000 Subject: [PATCH] check distinct tags fixer --- tests/37-indirect-choice-OK.asn1 | 3 ++- tests/37-indirect-choice-OK.asn1.-EF | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/tests/37-indirect-choice-OK.asn1 b/tests/37-indirect-choice-OK.asn1 index 9204c1c0..61247905 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 e975dde4..88f7b03b 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 -- GitLab