testing PER visible extensibility in constraints

git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@1236 59561ff5-6e30-0410-9f3c-9617f08c8826
This commit is contained in:
vlm 2006-09-21 02:22:01 +00:00
parent da31348d48
commit e282159af4
3 changed files with 5 additions and 0 deletions

View File

@ -11,6 +11,11 @@ ModuleConstraintPrecedence
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"))