X-Git-Url: http://gitweb.michael.orlitzky.com/?p=nagios-mode.git;a=blobdiff_plain;f=test_suite.cfg;h=adbf5519eafe2fa70fb21dc00dc2fb59605578b1;hp=c3a51262ac3de5b05a18ce1dc8c92f996f8f4131;hb=0bb72302ca198a922c09e0a04f87be9cabc2efea;hpb=05efadf89278ffc7a715fcd77e38babcd4ccac64 diff --git a/test_suite.cfg b/test_suite.cfg index c3a5126..adbf551 100644 --- a/test_suite.cfg +++ b/test_suite.cfg @@ -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.