purescript-cheerio/test/Test/HtmlEx.purs
2018-01-17 23:53:58 -05:00

10 lines
185 B
Haskell

module Test.HtmlEx where
htmlEx :: String
htmlEx = """
<ul id="fruits">
<li class="apple">Apple</li>
<li class="orange">Orange</li>
<li class="pear">Pear</li>
</ul>
"""