aboutsummaryrefslogtreecommitdiffstats
path: root/tests/62-any-OK.asn1
diff options
context:
space:
mode:
authorvlm <vlm@59561ff5-6e30-0410-9f3c-9617f08c8826>2005-01-17 12:27:41 +0000
committervlm <vlm@59561ff5-6e30-0410-9f3c-9617f08c8826>2005-01-17 12:27:41 +0000
commita88c7ddbd9a25153d68988d04f305806a0d4e086 (patch)
tree326fa9f115839afeaed34a8b1fcf6997c8970a72 /tests/62-any-OK.asn1
parent0000d302b4787833b7a3dce8ae3cd1b7b7e7663b (diff)
choice tagging fix
git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@598 59561ff5-6e30-0410-9f3c-9617f08c8826
Diffstat (limited to 'tests/62-any-OK.asn1')
-rw-r--r--tests/62-any-OK.asn17
1 files changed, 6 insertions, 1 deletions
diff --git a/tests/62-any-OK.asn1 b/tests/62-any-OK.asn1
index f3d784ca..0e69e01d 100644
--- a/tests/62-any-OK.asn1
+++ b/tests/62-any-OK.asn1
@@ -14,7 +14,8 @@ BEGIN
T ::= CHOICE {
s1 T1-ext,
s2 T2,
- s3 T3
+ s3 T3,
+ s4 T4
}
T1-ext ::= SEQUENCE {
@@ -37,4 +38,8 @@ BEGIN
m2 [1] BOOLEAN
}
+ T4 ::= [53] CHOICE {
+ m1 [1] IMPLICIT OCTET STRING
+ }
+
END