tasty-autocollect-0.4.0: Autocollection of tasty tests.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Test.Tasty.AutoCollect.Utils.Text

Synopsis

Documentation

breakOnEnd :: Text -> Text -> (Text, Text) Source #

Same as breakOnEnd, but omits the delimiter

listify :: [Text] -> Text Source #

Convert a list ["a", "b"] to the text "["a", "b"]".