From a00ca6f0d8e83821d9be910f1eebf3d3cdd1170f Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 11 May 2018 16:51:55 -0700 Subject: Removed inadvertently added .orig files from repository. These were added by https://github.com/schrieveslaach/pandoc/commit/96d10c72cc95e56c9e49db3e6db7118e89d1f1e0 Closes #4648. --- test/Tests/Writers/Plain.hs.orig | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 test/Tests/Writers/Plain.hs.orig (limited to 'test/Tests/Writers/Plain.hs.orig') diff --git a/test/Tests/Writers/Plain.hs.orig b/test/Tests/Writers/Plain.hs.orig deleted file mode 100644 index ab09bca26..000000000 --- a/test/Tests/Writers/Plain.hs.orig +++ /dev/null @@ -1,21 +0,0 @@ -{-# LANGUAGE OverloadedStrings #-} -module Tests.Writers.Plain (tests) where - -import Test.Tasty -import Tests.Helpers -import Text.Pandoc -import Text.Pandoc.Arbitrary () -import Text.Pandoc.Builder - - -infix 4 =: -(=:) :: (ToString a, ToPandoc a) - => String -> (a, String) -> TestTree -(=:) = test (purely (writePlain def) . toPandoc) - - -tests :: [TestTree] -tests = [ "strongly emphasized text to uppercase" - =: strong "Straße" - =?> "STRASSE" - ] -- cgit v1.2.3