summaryrefslogtreecommitdiff
path: root/tests/Test_tree.asn
diff options
context:
space:
mode:
authorFabio Fiorina <fiorinaf@gnutls.org>2002-10-07 19:34:30 +0000
committerFabio Fiorina <fiorinaf@gnutls.org>2002-10-07 19:34:30 +0000
commit22980812f7038378127cc9e8b3a3d70c0699e109 (patch)
tree6ecbf0d8ac659da36e2500fd226c5ded5d663f17 /tests/Test_tree.asn
parent56db6def01a8d8c5a195453cd1efb05641e70a14 (diff)
downloadlibtasn1-22980812f7038378127cc9e8b3a3d70c0699e109.tar.gz
libtasn1-22980812f7038378127cc9e8b3a3d70c0699e109.tar.bz2
libtasn1-22980812f7038378127cc9e8b3a3d70c0699e109.zip
*** empty log message ***
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