aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2004-09-15 11:53:38 +0000
committerLev Walkin <vlm@lionet.info>2004-09-15 11:53:38 +0000
commitcf2e10d6e52f41a2198a8b95e4deb94eac9d2787 (patch)
tree9cb70b24cda75b63e26ea8cee7c0a503983c2f1c
parent5541374b937e5b0b68ecf3f868d98ba08a2edbd1 (diff)
check distinct tags fixer
-rw-r--r--tests/37-indirect-choice-OK.asn13
-rw-r--r--tests/37-indirect-choice-OK.asn1.-EF3
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