]> gitweb.michael.orlitzky.com - nagios-mode.git/commitdiff
Remove the multi-line string test, since it seems to be near-impossible to disable...
authorMichael Orlitzky <michael@orlitzky.com>
Fri, 9 Apr 2010 16:35:25 +0000 (12:35 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Fri, 9 Apr 2010 16:35:25 +0000 (12:35 -0400)
test_suite.cfg

index 992d773a40ab5e024df0a10517a8c63c9d0b8a7a..71df8a3f86eb3547d7a4eb2f0bd510dd06ee634d 100644 (file)
@@ -188,21 +188,15 @@ define service{
 }
 
 
 }
 
 
-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"
 
 
          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.
 
 
 # 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"
 "String1" between "String2"