more heuristics testing


git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@929 59561ff5-6e30-0410-9f3c-9617f08c8826
diff --git a/tests/85-comments-OK.asn1 b/tests/85-comments-OK.asn1
index 883eadb..f1f4a8c 100644
--- a/tests/85-comments-OK.asn1
+++ b/tests/85-comments-OK.asn1
@@ -11,8 +11,11 @@
 	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 ---