<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -7,7 +7,7 @@ class MarkdownEscapingTest(unittest.TestCase):
     def setUp(self):
         self.md = markdown._Markdown()
 
-    def testEscaping(self):
+    def testBasicEscaping(self):
         self.roundtrip(&quot;foo&quot;)
         self.roundtrip('&lt;a href=&quot;foo&quot;&gt;bar&lt;/a&gt;')
         self.roundtrip('&lt;a&lt;b&gt;&lt;c&lt;d&gt;&gt;&gt;&gt;')
@@ -15,6 +15,8 @@ class MarkdownEscapingTest(unittest.TestCase):
         self.roundtrip('[a]')
         self.roundtrip('&lt;')
         self.roundtrip('&gt;?!(*(&amp;')
+
+    def testEscapeTableChars(self):
         for value in self.md.escapetable.values():
             self.roundtrip('&lt;a%s&gt;' % value)
 </diff>
      <filename>r2/r2/lib/contrib/markdown_test.py</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>b08a8ba193f3b7c5a5b71a429ccd2f001bf822d0</id>
    </parent>
  </parents>
  <author>
    <name>Vineet Kumar</name>
    <email>vin@aoeu.(none)</email>
  </author>
  <url>http://github.com/vin/reddit/commit/d7cd1b74542b289d882c178c6cad6b093e852e08</url>
  <id>d7cd1b74542b289d882c178c6cad6b093e852e08</id>
  <committed-date>2009-09-27T23:25:01-07:00</committed-date>
  <authored-date>2009-09-27T23:25:01-07:00</authored-date>
  <message>Split the escape table test into its own test function.</message>
  <tree>ca394f441ecd1b82fdcf7a21ffb961ce929d4911</tree>
  <committer>
    <name>Vineet Kumar</name>
    <email>vin@aoeu.(none)</email>
  </committer>
</commit>
