# File test.rb, line 167
    def test_output
      template = @@p.parse("[%define zero 0%]Zero is [%var zero%]")
      assert_equal("Zero is 0", template.output,
                   "define command allows you to set values in a template")
    end