# File test/core_test.rb, line 572
 def test_tutorial
		doc = Document.new File.new "docs/tutorial.xml"
		out = ""
		doc.write out
	end