aboutsummaryrefslogtreecommitdiffstats
path: root/tests/31-set-of-OK.asn1
diff options
context:
space:
mode:
authorvlm <vlm@59561ff5-6e30-0410-9f3c-9617f08c8826>2004-10-03 09:14:49 +0000
committervlm <vlm@59561ff5-6e30-0410-9f3c-9617f08c8826>2004-10-03 09:14:49 +0000
commit0789113c939d2ff6b827056fbdc81ad165739e3b (patch)
tree36fd7d3f4f82b123c938c98cbbb6fc4b7fd57feb /tests/31-set-of-OK.asn1
parentce0d4ad70c81f2d9378bb8450592359140e0bb3c (diff)
CANONICAL-XER testing
git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@479 59561ff5-6e30-0410-9f3c-9617f08c8826
Diffstat (limited to 'tests/31-set-of-OK.asn1')
-rw-r--r--tests/31-set-of-OK.asn110
1 files changed, 8 insertions, 2 deletions
diff --git a/tests/31-set-of-OK.asn1 b/tests/31-set-of-OK.asn1
index 6f36c017..c8fa51eb 100644
--- a/tests/31-set-of-OK.asn1
+++ b/tests/31-set-of-OK.asn1
@@ -20,8 +20,14 @@ BEGIN
-- The following clause tests OPTIONAL.
Stuff ::= SET {
- trees [0] SET OF Forest OPTIONAL,
- anything [1] SET OF
+ trees [1] SET OF Forest OPTIONAL,
+ ...,
+ other CHOICE {
+ a [0] INTEGER,
+ b [3] INTEGER
+ },
+ ...,
+ anything [2] SET OF
SEQUENCE {
cup-of-coffee BIT STRING,
...