Commit 4e04f610 by Chris Jerdonek

Fixed spacing on final test case (standalone tags).

parent 78ca9df1
...@@ -56,11 +56,8 @@ Again, Welcome!""") ...@@ -56,11 +56,8 @@ Again, Welcome!""")
## Again, Welcome! ##""") ## Again, Welcome! ##""")
def test_delimiters(self): def test_delimiters(self):
self.assertEquals(Delimiters().render(), """ assert_strings(self, Delimiters().render(), """* It worked the first time.
* It worked the first time.
* And it worked the second time. * And it worked the second time.
* Then, surprisingly, it worked the third time. * Then, surprisingly, it worked the third time.
""") """)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment