diff --git a/test/main.hs b/test/main.hs index 2338c91..9a1f605 100644 --- a/test/main.hs +++ b/test/main.hs @@ -85,3 +85,5 @@ main = hspec $ do sanitizedB "
" "
" it "removes closing voids" $ do sanitizedB "" "" + it "interleaved" $ + sanitizedB "helloworld" "helloworld"