}
-Test 27: No multi-line strings. Both lines should be considered
- plain text.
-"Line one
-Line two"
-
-
-Test 28: Comment characters within strings should be ignored,
+Test 27: Comment characters within strings should be ignored,
that is, treated like strings.
"Here comes a #comment"
"And the ;second form"
-Test 29: Strings within comments should be ignored as well.
+Test 28: Strings within comments should be ignored as well.
# The "string" should be comment-faced.
-Test 30: Text between two strings should not be string-faced.
+Test 29: Text between two strings should not be string-faced.
"String1" between "String2"