purescript-cheerio/test/Test/HtmlEx.purs
2023-10-28 14:47:41 -05:00

11 lines
187 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>
"""