aboutsummaryrefslogtreecommitdiffstats
path: root/tests/37-indirect-choice-OK.asn1
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2006-09-17 06:31:08 +0000
committerLev Walkin <vlm@lionet.info>2006-09-17 06:31:08 +0000
commit8c2ca0b088227144033705990ca2c1be1d9d2f17 (patch)
treef5167bb2e48164dc37298cfe83825a7820923e82 /tests/37-indirect-choice-OK.asn1
parenta9532f4d2bad200422ffacae45342c73f7cb40cb (diff)
XER reference types encoding error
Diffstat (limited to 'tests/37-indirect-choice-OK.asn1')
-rw-r--r--tests/37-indirect-choice-OK.asn13
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/37-indirect-choice-OK.asn1 b/tests/37-indirect-choice-OK.asn1
index 61247905..86b3b665 100644
--- a/tests/37-indirect-choice-OK.asn1
+++ b/tests/37-indirect-choice-OK.asn1
@@ -31,5 +31,8 @@ BEGIN
}
Choice3 ::= [3] EXPLICIT Choice2 -- tags [3] [2]
+ Choice4 ::= [4] IMPLICIT Choice2 -- tags [4]
+ Choice5 ::= Choice2 -- tags [2]
+ Choice6 ::= Choice1 -- tags
END