From aefa27d866bb89649f0b9fd77a2ffefe79cf872a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Thu, 21 Jul 2005 19:39:40 +0000 Subject: [PATCH] test several IMPLICIT tag level deep git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15696 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/asn1/test.asn1 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lib/asn1/test.asn1 b/lib/asn1/test.asn1 index 459f59d0b..752c593a9 100644 --- a/lib/asn1/test.asn1 +++ b/lib/asn1/test.asn1 @@ -28,9 +28,13 @@ TESTChoice2 ::= CHOICE { TESTInteger ::= INTEGER (-2147483648..2147483647) +TESTInteger2 ::= [4] IMPLICIT TESTInteger +TESTInteger3 ::= [5] IMPLICIT TESTInteger2 + TESTImplicit ::= SEQUENCE { ti1[0] IMPLICIT TESTInteger, - ti2[1] IMPLICIT TESTLargeTag + ti2[1] IMPLICIT TESTLargeTag, + ti3[2] IMPLICIT TESTInteger3 } END