summaryrefslogtreecommitdiff
path: root/tests/misc/raw_whitespace.html
blob: 7a6f13184436506f6c3fccb71baf6741a48fdb8a (plain)
1
2
3
4
5
6
7
8
<p>Preserve whitespace in raw html</p>
<pre>
class Foo():
    bar = 'bar'

    def baz(self):
        print self.bar
</pre>