appypod-rattail/pod/test/contexts/XhtmlStylesErrors.py

13 lines
241 B
Python
Raw Normal View History

2009-06-29 07:06:01 -05:00
# -*- coding: utf-8 -*-
xhtmlInput = '''
<p>Hello.</p>
<h2>Heading One</h2>
Blabla.<br />
<h3>SubHeading then.</h3>
Another blabla.<br /><br /><br /> '''
# I need a class.
class D:
def getAt1(self):
return xhtmlInput
dummy = D()