aboutsummaryrefslogtreecommitdiffstats
path: root/tests/62-any-OK.asn1.-EF
diff options
context:
space:
mode:
authorvlm <vlm@59561ff5-6e30-0410-9f3c-9617f08c8826>2004-09-27 20:31:02 +0000
committervlm <vlm@59561ff5-6e30-0410-9f3c-9617f08c8826>2004-09-27 20:31:02 +0000
commit4f929ef5be25bfc6c61404f9871461ca1d3b06c5 (patch)
treeff6cd6a6c293b9d359e4f1b71cc0a690b11f77dc /tests/62-any-OK.asn1.-EF
parentee2e9c550980ba131ba6e48767dab94d6f2c1b19 (diff)
added extensibility
git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@417 59561ff5-6e30-0410-9f3c-9617f08c8826
Diffstat (limited to 'tests/62-any-OK.asn1.-EF')
-rw-r--r--tests/62-any-OK.asn1.-EF5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/62-any-OK.asn1.-EF b/tests/62-any-OK.asn1.-EF
index eb927092..bc08f038 100644
--- a/tests/62-any-OK.asn1.-EF
+++ b/tests/62-any-OK.asn1.-EF
@@ -6,8 +6,9 @@ DEFINITIONS IMPLICIT TAGS ::=
BEGIN
T ::= SEQUENCE {
- i INTEGER,
- any [1] EXPLICIT ANY
+ i INTEGER OPTIONAL,
+ any [1] EXPLICIT ANY,
+ ...
}
END