# File test/core_test.rb, line 717
    def tag_start name, attributes
				raise "Didn't find proper tag name" unless 'a'==name
		  end