aboutsummaryrefslogtreecommitdiffstats
path: root/tests/85-comments-OK.asn1
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2005-07-04 02:03:57 +0000
committerLev Walkin <vlm@lionet.info>2005-07-04 02:03:57 +0000
commit66d542b6b89338a6155bd47b706a21e36edc023e (patch)
tree2226f0c592c54708d9dad62973de3fb6eb4bc989 /tests/85-comments-OK.asn1
parentf1a512366b1a498e587e873fc213a9bd9606094b (diff)
more heuristics testing
Diffstat (limited to 'tests/85-comments-OK.asn1')
-rw-r--r--tests/85-comments-OK.asn17
1 files changed, 5 insertions, 2 deletions
diff --git a/tests/85-comments-OK.asn1 b/tests/85-comments-OK.asn1
index 883eadbf..f1f4a8cb 100644
--- a/tests/85-comments-OK.asn1
+++ b/tests/85-comments-OK.asn1
@@ -11,8 +11,11 @@ ModuleTestComments
DEFINITIONS ::=
BEGIN
- T1 ::= SEQUENCE-- This is a comment-- { ... }
- T2 ::= SEQUENCE--- This is a comment --- { ... }
+ T1 ::= SEQUENCE--comment-- { ... }
+ T2 ::= SEQUENCE-- comment-- { ... }
+ T3 ::= SEQUENCE--- comment --- { ... }
+ T4 ::= SEQUENCE----comment---- { ... }
+ T5 ::= SEQUENCE---- comment ---- { ... }
----- Another ambiguous comment ---