aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorvlm <vlm@59561ff5-6e30-0410-9f3c-9617f08c8826>2007-06-26 23:56:54 +0000
committervlm <vlm@59561ff5-6e30-0410-9f3c-9617f08c8826>2007-06-26 23:56:54 +0000
commit182758f3d7ed96627de9135a0d283feb19a98a2e (patch)
tree43817ce3ee9237b27ea20e94a86ccee9d588f94d /tests
parent110cf50b26601db2555bfc455fc05b4195dd5273 (diff)
instrumentation
git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@1345 59561ff5-6e30-0410-9f3c-9617f08c8826
Diffstat (limited to 'tests')
-rw-r--r--tests/126-per-extensions-OK.asn17
1 files changed, 4 insertions, 3 deletions
diff --git a/tests/126-per-extensions-OK.asn1 b/tests/126-per-extensions-OK.asn1
index 26503cd0..3d708663 100644
--- a/tests/126-per-extensions-OK.asn1
+++ b/tests/126-per-extensions-OK.asn1
@@ -16,15 +16,16 @@ BEGIN
str-o IA5String OPTIONAL,
str-m IA5String,
singl Singleton,
- pdu-2 PDU-2
+ pdu-2 PDU-2 OPTIONAL
}
Singleton ::= SEQUENCE {
- mandatory IA5String DEFAULT "z"
+ opt-z IA5String DEFAULT "z"
}
PDU-2 ::= CHOICE {
- str-p2 IA5String
+ str-p2 IA5String,
+ ...
}
END