]> gitweb.michael.orlitzky.com - nagios-mode.git/commitdiff
Added three new tests for multiline strings and nested strings/commnents.
authorMichael Orlitzky <michael@orlitzky.com>
Mon, 16 Feb 2009 04:25:45 +0000 (23:25 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Mon, 16 Feb 2009 04:25:45 +0000 (23:25 -0500)
test_suite.cfg

index 478287ac085a337bacc1174e75c4e38148e5d4b4..e82b0e8ea2097396de0ec6f0dd1afbbbe970ad73 100644 (file)
@@ -186,3 +186,19 @@ Test 26: Definitions that,
 define service{
   use whatever
 }
+
+
+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,
+         that is, treated like strings.
+"Here comes a #comment"
+"And the ;second form"
+
+
+Test 29: Strings within comments should be ignored as well.
+# The "string" should be comment-faced.