~ubuntu-branches/ubuntu/vivid/asn1c/vivid

« back to all changes in this revision

Viewing changes to tests/113-bit-string-SE.asn1

  • Committer: Bazaar Package Importer
  • Author(s): W. Borgert
  • Date: 2006-09-23 13:50:05 UTC
  • mfrom: (1.2.1 upstream) (2.1.1 dapper)
  • Revision ID: james.westby@ubuntu.com-20060923135005-rmay0d69e5vhunai
* New build, forgot to separate sources/diff.
* New release (closes: #327621).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
-- SE: Semantic error
 
3
 
 
4
-- iso.org.dod.internet.private.enterprise (1.3.6.1.4.1)
 
5
-- .spelio.software.asn1c.test (9363.1.5.1)
 
6
-- .113
 
7
 
 
8
ModuleBitStringIdentifierUniqueness
 
9
        { iso org(3) dod(6) internet (1) private(4) enterprise(1)
 
10
                spelio(9363) software(1) asn1c(5) test(1) 113 }
 
11
        DEFINITIONS ::=
 
12
BEGIN
 
13
 
 
14
        T ::= BIT STRING { one(1), one(2) }
 
15
 
 
16
END