aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2006-08-28 02:12:49 +0000
committerLev Walkin <vlm@lionet.info>2006-08-28 02:12:49 +0000
commitef4a32bd3fac06caa052ab113694736a40027b3d (patch)
tree9fa25e03522d52be8ef595d5293d5f29f6114446 /tests
parent0f8d4a4145f854dc6ca223bd2d78f18def39d264 (diff)
test whether bit string values are identifiers
Diffstat (limited to 'tests')
-rw-r--r--tests/109-bit-string-SE.asn116
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/109-bit-string-SE.asn1 b/tests/109-bit-string-SE.asn1
new file mode 100644
index 00000000..a07f7a1c
--- /dev/null
+++ b/tests/109-bit-string-SE.asn1
@@ -0,0 +1,16 @@
+
+-- SE: Semantic error
+
+-- iso.org.dod.internet.private.enterprise (1.3.6.1.4.1)
+-- .spelio.software.asn1c.test (9363.1.5.1)
+-- .109
+
+ModuleBitStringExtensibility
+ { iso org(3) dod(6) internet (1) private(4) enterprise(1)
+ spelio(9363) software(1) asn1c(5) test(1) 109 }
+ DEFINITIONS ::=
+BEGIN
+
+ T ::= BIT STRING { one(1), ... }
+
+END