purescript-cheerio/test/Test/HtmlEx.purs

12 lines
188 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>
"""