d0fc6297f7a3600a0415c452ba6308409774250d
[asn2quickder] / testdata / string_types.asn
1 TEST DEFINITIONS ::=
2 BEGIN
3   -- Mostly a simple way to test that type
4   -- translation in codegen happens correctly.
5   OctetStr ::= OCTET STRING
6   GeneralStr ::= GeneralString
7   Utf8Str ::= UTF8String
8   NumStr ::= NumericString
9   PrintStr ::= PrintableString
10   -- TODO: More string types.
11 END