summaryrefslogtreecommitdiff
path: root/tests/Test_tree.asn
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Test_tree.asn')
-rw-r--r--tests/Test_tree.asn9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/Test_tree.asn b/tests/Test_tree.asn
index 68fa0bf..1026dff 100644
--- a/tests/Test_tree.asn
+++ b/tests/Test_tree.asn
@@ -64,6 +64,15 @@ BMPString ::= [UNIVERSAL 30] IMPLICIT OCTET STRING
UTF8String ::= [UNIVERSAL 12] IMPLICIT OCTET STRING
-- The content of this type conforms to RFC 2279.
+
+Test3 ::= SEQUENCE{
+ a INTEGER,
+ b [1] EXPLICIT GeneralString2
+}
+
+GeneralString2 ::= [2] EXPLICIT GeneralString
+
+
END