Commit 32b23bc1 authored by Lev Walkin's avatar Lev Walkin

print output format changed

parent 53c43719
......@@ -5,15 +5,15 @@ ModuleTestConstraint {iso(-1) org(3) dod(6) internet(1) private(4)
DEFINITIONS ::=
BEGIN
Type1 ::= IA5String (SIZE (1..10,...))(FROM ("a".."z"|"#"))
Type1 ::= IA5String (SIZE(1..10,...))(FROM("a".."z" | "#"))
Type2 ::= IA5String (SIZE (MIN..4)|FROM ("abc"))
Type2 ::= IA5String (SIZE(MIN..4) | FROM("abc"))
Type3 ::= BMPString (SIZE (1))
Type3 ::= BMPString (SIZE(1))
Type4 ::= INTEGER (1..MAX)
Type5 ::= BOOLEAN (TRUE|FALSE)
Type5 ::= BOOLEAN (TRUE | FALSE)
v1 Type1 ::= "#value with ""double quotes"""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment