testing PER visible extensibility in constraints


git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@1236 59561ff5-6e30-0410-9f3c-9617f08c8826
diff --git a/tests/118-per-constraint-OK.asn1 b/tests/118-per-constraint-OK.asn1
index b0604f7..98c9a35 100644
--- a/tests/118-per-constraint-OK.asn1
+++ b/tests/118-per-constraint-OK.asn1
@@ -11,6 +11,11 @@
 	DEFINITIONS ::=
 BEGIN
 
+	E1 ::= IA5String (SIZE(1..5, ...) ^ FROM("A".."Z")) 
+	E2 ::= IA5String (SIZE(1..5,...,5)) (FROM("A".."Z")) 
+	E3 ::= IA5String (SIZE(1..5) ^ FROM("A".."Z"),...)
+	E4 ::= IA5String (FROM("A".."Z"),...) (SIZE(1..5)) 
+
 	C ::= IA5String (SIZE(10) ^ FROM("A".."D")
 			| SIZE(20) ^ FROM("D".."F"))