purescript-cheerio/test/Test/HtmlEx.purs

10 lines
185 B
Haskell
Raw Normal View History

2018-01-16 04:35:48 +00:00
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>
"""