aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2006-09-14 10:35:20 +0000
committerLev Walkin <vlm@lionet.info>2006-09-14 10:35:20 +0000
commit866bd7f76bc381b9444d5e0514de8bc37bfd7364 (patch)
tree20ccbd8e3f2d06c3040094cd8819cf6395b747d2 /tests
parentf9492a93d645260d7e830a4bca71e4e889a9ea42 (diff)
*** empty log message ***
Diffstat (limited to 'tests')
-rw-r--r--tests/49-real-life-OK.asn12
-rw-r--r--tests/49-real-life-OK.asn1.-E2
2 files changed, 4 insertions, 0 deletions
diff --git a/tests/49-real-life-OK.asn1 b/tests/49-real-life-OK.asn1
index ef633fcb..aeba3b06 100644
--- a/tests/49-real-life-OK.asn1
+++ b/tests/49-real-life-OK.asn1
@@ -19,4 +19,6 @@ BEGIN
IMPORTS TypeB FROM ModuleB
TypeC FROM ModuleC ;
+ Z ::= INTEGER -- Can't specify only EXPORTS & IMPOTS
+
END
diff --git a/tests/49-real-life-OK.asn1.-E b/tests/49-real-life-OK.asn1.-E
index 71677687..018bc6bd 100644
--- a/tests/49-real-life-OK.asn1.-E
+++ b/tests/49-real-life-OK.asn1.-E
@@ -3,4 +3,6 @@ ModuleSetChoiceExtensibility { iso org(3) dod(6) internet(1) private(4)
DEFINITIONS ::=
BEGIN
+Z ::= INTEGER
+
END