예제 #1
0
 def test_htmlutils_quote(self):
     self.assertEqual('"&lt;&#039;&#13;&#10;&#9;&quot;\\&gt;"', html_quote('<\'\r\n\t"\\>'));
예제 #2
0
 def test_htmlutils_quote(self):
     self.assertEqual('"&lt;&#039;&#13;&#10;&#9;&quot;\\&gt;"',
                      html_quote('<\'\r\n\t"\\>'))