Skip to content

Commit

Permalink
Add an HTML comment to the premailer test case to ensure they are pro…
Browse files Browse the repository at this point in the history
…perly parsed.
  • Loading branch information
Tristan Waddington committed Sep 12, 2011
1 parent ebf6334 commit 5a337cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nova/tests.py
Expand Up @@ -319,6 +319,7 @@ def test_premailer(self):
</style>
</head>
<body>
<!-- a comment -->
<p class="foo">Some Text</p>
</body>
</html>"""
Expand All @@ -329,6 +330,7 @@ def test_premailer(self):
</head>
<body>
<!-- a comment -->
<p class="foo" style="color: red;">Some Text</p>
</body>
</html>"""
Expand Down

0 comments on commit 5a337cb

Please sign in to comment.