aboutsummaryrefslogtreecommitdiffstats
path: root/tests/16-constraint-OK.asn1.-EF
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2004-08-18 04:43:24 +0000
committerLev Walkin <vlm@lionet.info>2004-08-18 04:43:24 +0000
commit32b23bc14d69012c7506749cf17873a64fdf0697 (patch)
treed83701215b675d7530b0bbf8562d6438597b3a70 /tests/16-constraint-OK.asn1.-EF
parent53c4371990ac05cc9010effe9a327335f3bbc718 (diff)
print output format changed
Diffstat (limited to 'tests/16-constraint-OK.asn1.-EF')
-rw-r--r--tests/16-constraint-OK.asn1.-EF8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/16-constraint-OK.asn1.-EF b/tests/16-constraint-OK.asn1.-EF
index e039e097..a0053bba 100644
--- a/tests/16-constraint-OK.asn1.-EF
+++ b/tests/16-constraint-OK.asn1.-EF
@@ -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"""