# File tests/tokenizertester.rb, line 142
    def test_twin_attrs
	expect_error('<tag attr="foo" attr="bar">',
		     /attribute name '(.*)' appears more than once/)
	expect_error('<?xml version="1.0" version="2.0"?>',
		     /attribute name '(.*)' appears more than once/)
    end