Update unit tests to reflect new behavior

This commit is contained in:
Richard Berger
2016-09-13 19:01:26 -04:00
parent eab465c24f
commit 55f231a2c8
2 changed files with 3 additions and 2 deletions

View File

@ -114,6 +114,7 @@ class RSTMarkup(Markup):
return "`%s <%s>`_" % (content, href)
class RSTFormatting(Formatting):
RST_HEADER_TYPES = '#*=-^"'