# File tests/tokenizertester.rb, line 338
    def test_different_newlines
	compare_tokens_with_expected(@rsrc.xml.gsub("\n", "\r\n"))
	compare_tokens_with_expected(@rsrc.xml.gsub("\n", "\r"))
    end