X-Git-Url: http://gitweb.michael.orlitzky.com/?p=nagios-mode.git;a=blobdiff_plain;f=test_suite.cfg;h=adbf5519eafe2fa70fb21dc00dc2fb59605578b1;hp=c3a51262ac3de5b05a18ce1dc8c92f996f8f4131;hb=8c2b428ac0a58522c798e51a74838b4f91204ef0;hpb=e35b4f8879f67fc6452e70d5b61601d7cb7641fe 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.