aboutsummaryrefslogtreecommitdiffstats
path: root/tests/118-per-constraint-OK.asn1
diff options
context:
space:
mode:
Diffstat (limited to 'tests/118-per-constraint-OK.asn1')
-rw-r--r--tests/118-per-constraint-OK.asn17
1 files changed, 6 insertions, 1 deletions
diff --git a/tests/118-per-constraint-OK.asn1 b/tests/118-per-constraint-OK.asn1
index d7c840b6..b0604f7b 100644
--- a/tests/118-per-constraint-OK.asn1
+++ b/tests/118-per-constraint-OK.asn1
@@ -11,6 +11,11 @@ ModuleConstraintPrecedence
DEFINITIONS ::=
BEGIN
- C ::= IA5String (SIZE(10) ^ FROM("A".."D") | SIZE(20) ^ FROM("D".."F"))
+ C ::= IA5String (SIZE(10) ^ FROM("A".."D")
+ | SIZE(20) ^ FROM("D".."F"))
+
+ P ::= IA5String (FROM("AB") ^ SIZE(1..2)
+ | FROM("DE") ^ SIZE(3)
+ | FROM("AXE") ^ SIZE(1..5))
END