]> gitweb.michael.orlitzky.com - nagios-mode.git/commitdiff
Update the last three tests for semicolon comments.
authorMichael Orlitzky <michael@orlitzky.com>
Sat, 21 Aug 2010 05:03:37 +0000 (01:03 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Sat, 21 Aug 2010 05:03:37 +0000 (01:03 -0400)
test_suite.cfg

index c3a51262ac3de5b05a18ce1dc8c92f996f8f4131..adbf5519eafe2fa70fb21dc00dc2fb59605578b1 100644 (file)
@@ -208,11 +208,13 @@ $USER0$
 Test 31: Commented opening braces should not cause indentation.
 # {
 This line should not be indented.
+;{
+Neither should this line.
 
 Test 32: Commented closing braces should not close a block.
 define host {
   This is indented.
-  # This is just a comment {
+  # This is just a comment }
   So this should be indented too.
 }
 But not this.
@@ -220,7 +222,7 @@ But not this.
 Test 33: Double opening/closing braces shouldn't cause things
          to go haywire.
 define host {# {
-  #{}}}}}{}{{}}}{{
+  #{}}}}}{}{{}}}{{;{}{}{}
   Still normal indentation.
 }#{}}}}}}}{{{{{{{{{{{{{{{
 Here too.