diff options
author | Fabio Fiorina <fiorinaf@gnutls.org> | 2002-05-27 20:57:45 +0000 |
---|---|---|
committer | Fabio Fiorina <fiorinaf@gnutls.org> | 2002-05-27 20:57:45 +0000 |
commit | d8c5e8d44af6bcdc11b299de1e3ef498c86d6298 (patch) | |
tree | a901dd7266bd26a11c6800bc070623e8488a977a /tests | |
parent | 0fb96af1ccd129b0f6fec5a0a5ab70f269f43baa (diff) | |
download | libtasn1-d8c5e8d44af6bcdc11b299de1e3ef498c86d6298.tar.gz libtasn1-d8c5e8d44af6bcdc11b299de1e3ef498c86d6298.tar.bz2 libtasn1-d8c5e8d44af6bcdc11b299de1e3ef498c86d6298.zip |
version 0.1.0
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Test_parser.asn | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/tests/Test_parser.asn b/tests/Test_parser.asn new file mode 100644 index 0000000..d108853 --- /dev/null +++ b/tests/Test_parser.asn @@ -0,0 +1,29 @@ +-- +-- File used in the test sequence Test_parser. +-- + + +TEST_PARSER {iso(1) identified-organization(3) dod(6) internet(1) security(5) mechanisms(5) pkix(7) id-mod(0) id-pkix1-implicit-88(2)} + +DEFINITIONS IMPLICIT TAGS ::= + +BEGIN + + +Sequence1 ::= SEQUENCE{ + int1 INTEGER, + int2 INTEGER + +} + + +END + + + + + + + + + |