# File test.rb, line 355 def test_include_literal pt = PageTemplate::Parser.new("include_path" => "tdata") pt.load("include2.txt") assert(pt.output =~ /get_filename/, "Include Commands can be handed a filename directly") end