summaryrefslogtreecommitdiff
path: root/tests/Test_encoding.asn
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Test_encoding.asn')
-rw-r--r--tests/Test_encoding.asn3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/Test_encoding.asn b/tests/Test_encoding.asn
index 99b4b40..de7b93f 100644
--- a/tests/Test_encoding.asn
+++ b/tests/Test_encoding.asn
@@ -11,6 +11,9 @@ BEGIN
Koko ::= SEQUENCE {
seqint SEQUENCE OF INTEGER,
int INTEGER,
+ a [1] OCTET STRING,
+ b [10] OCTET STRING,
+ c [100] OCTET STRING,
str OCTET STRING
}