def test_htmlutils_quote(self): self.assertEqual('"<' 	"\\>"', html_quote('<\'\r\n\t"\\>'));
def test_htmlutils_quote(self): self.assertEqual('"<' 	"\\>"', html_quote('<\'\r\n\t"\\>'))