# File test.rb, line 248
    def setup
      @@if     = PageTemplate::IfCommand.new("if", "flag")
      @@unless = PageTemplate::IfCommand.new("unless", "flag")
    end