mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-27 01:45:56 +00:00
Moved Tests.Shared -> Tests.Helpers.
Tests.Shared would be the natural place to put tests for functions in Text.Pandoc.Shared.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
module Tests.Shared where
|
||||
module Tests.Helpers where
|
||||
|
||||
import Text.Pandoc
|
||||
|
||||
@@ -3,7 +3,7 @@ module Tests.Readers.LaTeX (tests) where
|
||||
import Text.Pandoc.Definition
|
||||
|
||||
import Test.Framework
|
||||
import Tests.Shared
|
||||
import Tests.Helpers
|
||||
|
||||
tests :: [Test]
|
||||
tests = [ testGroup "basic" [ latexTest "simplest" "word"
|
||||
|
||||
Reference in New Issue
Block a user