diff options
author | Simon Josefsson <simon@josefsson.org> | 2006-05-10 09:13:32 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2006-05-10 09:13:32 +0000 |
commit | f4b3cc10d19e3634d26658b9c0c06822ce65f04d (patch) | |
tree | 55e5ea320094dee717256d45b1c9f4cf621a6622 /tests | |
parent | 715d217e16ced5307fc6933d9dfafcbe6821e32e (diff) | |
download | libtasn1-f4b3cc10d19e3634d26658b9c0c06822ce65f04d.tar.gz libtasn1-f4b3cc10d19e3634d26658b9c0c06822ce65f04d.tar.bz2 libtasn1-f4b3cc10d19e3634d26658b9c0c06822ce65f04d.zip |
Add.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Test_encoding.asn | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/tests/Test_encoding.asn b/tests/Test_encoding.asn new file mode 100644 index 0000000..ff8faa3 --- /dev/null +++ b/tests/Test_encoding.asn @@ -0,0 +1,17 @@ +-- +-- File used in the test sequence Test_encoding. +-- + +TEST_TREE { } + +DEFINITIONS IMPLICIT TAGS ::= + +BEGIN + +Koko ::= SEQUENCE { + seqint SEQUENCE OF INTEGER, + int INTEGER, + str OCTET STRING +} + +END |