aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2006-08-28 02:45:44 +0000
committerLev Walkin <vlm@lionet.info>2006-08-28 02:45:44 +0000
commitfbfc7bcb2fbf3e377d387396ff4c656b981917ec (patch)
treea274f3e0e4c490161f433b4634a5b7ef721832b2 /tests
parent62e48d3deab81f18a1e3e94214a478040d9ef58e (diff)
declashing
Diffstat (limited to 'tests')
-rw-r--r--tests/116-bit-string-SE.asn116
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/116-bit-string-SE.asn1 b/tests/116-bit-string-SE.asn1
new file mode 100644
index 00000000..f5967c04
--- /dev/null
+++ b/tests/116-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)
+-- .116
+
+ModuleBitStringSameValues
+ { iso org(3) dod(6) internet (1) private(4) enterprise(1)
+ spelio(9363) software(1) asn1c(5) test(1) 116 }
+ DEFINITIONS ::=
+BEGIN
+
+ T ::= BIT STRING { one(1), another(1) }
+
+END