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.
Test 33: Double opening/closing braces shouldn't cause things
to go haywire.
define host {# {
- #{}}}}}{}{{}}}{{
+ #{}}}}}{}{{}}}{{;{}{}{}
Still normal indentation.
}#{}}}}}}}{{{{{{{{{{{{{{{
Here too.