diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2015-09-26 22:40:58 -0700 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2015-09-26 22:40:58 -0700 |
| commit | 6532950b26a7dfc61818c73376a14d90ba79a631 (patch) | |
| tree | 92e51c16553283ae9e571694265b0d88067d1c8a /tests | |
| parent | 90914d2d16cc0389759b398032c56bbe24cb9ca0 (diff) | |
| download | pandoc-6532950b26a7dfc61818c73376a14d90ba79a631.tar.gz | |
MediaBag: ensure that / is always used as path separator.
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/Tests/Shared.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Tests/Shared.hs b/tests/Tests/Shared.hs index 9b55b7b1d..4d6076114 100644 --- a/tests/Tests/Shared.hs +++ b/tests/Tests/Shared.hs @@ -9,7 +9,7 @@ import Test.Framework.Providers.HUnit import Test.HUnit ( assertBool, (@?=) ) import Text.Pandoc.Builder import Data.Monoid -import System.FilePath (joinPath) +import System.FilePath.Posix (joinPath) tests :: [Test] tests = [ testGroup "normalize" |
