aboutsummaryrefslogtreecommitdiffstats
path: root/tests/16-constraint-OK.asn1.-EF
diff options
context:
space:
mode:
authorvlm <vlm@59561ff5-6e30-0410-9f3c-9617f08c8826>2004-08-18 04:43:24 +0000
committervlm <vlm@59561ff5-6e30-0410-9f3c-9617f08c8826>2004-08-18 04:43:24 +0000
commitaf9201ade1e7ca221e4e5bb71faeb617df2dc3ca (patch)
treed83701215b675d7530b0bbf8562d6438597b3a70 /tests/16-constraint-OK.asn1.-EF
parent9656e3044dbfeee5ac9f86de3703a9a7891852e1 (diff)
print output format changed
git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@121 59561ff5-6e30-0410-9f3c-9617f08c8826
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"""