blob: e481fb08b5fb9fbce46ff28a0ebb89e8fc359231 [file] [log] [blame]
Lev Walkinb2664662004-08-18 04:54:10 +00001
Lev Walkin9871a292005-03-18 04:22:14 +00002-- SE: Semantic error
Lev Walkinb2664662004-08-18 04:54:10 +00003
4-- iso.org.dod.internet.private.enterprise (1.3.6.1.4.1)
5-- .spelio.software.asn1c.test (9363.1.5.1)
6-- .54
7
8ModuleInvalidConstraintApplicability1
9 { iso org(3) dod(6) internet (1) private(4) enterprise(1)
10 spelio(9363) software(1) asn1c(5) test(1) 54 }
11 DEFINITIONS ::=
12BEGIN
13
14 StrFine ::= NumericString (FROM(" ".."9")) -- That's fine
15 StrBad ::= NumericString (FROM("0".."9" | "#")) -- That's bad
16
17END