summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2012-07-22 19:27:15 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2012-07-22 19:28:56 -0700
commit5a704ecc6e18543853f0cf75d59e929d7330cd5e (patch)
tree79a7c767efe2f76b5edc938e0ce2c2d1ca61ab7a
parent511f5e891dcba126bf6159bb1f816a3d25895f00 (diff)
Renamed tests/markdown-tables -> tests/extra-tables.
Added to cabal file.
-rw-r--r--pandoc.cabal4
-rw-r--r--src/Tests/Old.hs2
-rw-r--r--tests/extra-tables.markdown (renamed from tests/markdown-tables.txt)0
-rw-r--r--tests/extra-tables.native (renamed from tests/markdown-tables.native)0
4 files changed, 4 insertions, 2 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index ea8b68383..afc6a65f4 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -174,7 +174,9 @@ Extra-Source-Files:
tests/lhs-test.latex+lhs,
tests/lhs-test.html,
tests/lhs-test.html+lhs,
- tests/lhs-test.fragment.html+lhs
+ tests/lhs-test.fragment.html+lhs,
+ tests/extra-tables.markdown,
+ tests/extra-tables.native
Extra-Tmp-Files: man/man1/pandoc.1,
man/man5/pandoc_markdown.5
diff --git a/src/Tests/Old.hs b/src/Tests/Old.hs
index 3315bb74e..8a88e4034 100644
--- a/src/Tests/Old.hs
+++ b/src/Tests/Old.hs
@@ -57,7 +57,7 @@ tests = [ testGroup "markdown"
, test "tables" ["-r", "markdown", "-w", "native", "--columns=80"]
"tables.txt" "tables.native"
, test "extratables" ["-r", "markdown", "-w", "native", "--columns=80"]
- "markdown-tables.txt" "markdown-tables.native"
+ "extra-tables.markdown" "extra-tables.native"
, test "more" ["-r", "markdown", "-w", "native", "-S"]
"markdown-reader-more.txt" "markdown-reader-more.native"
, lhsReaderTest "markdown+lhs"
diff --git a/tests/markdown-tables.txt b/tests/extra-tables.markdown
index 69a18113b..69a18113b 100644
--- a/tests/markdown-tables.txt
+++ b/tests/extra-tables.markdown
diff --git a/tests/markdown-tables.native b/tests/extra-tables.native
index f9580a8cb..f9580a8cb 100644
--- a/tests/markdown-tables.native
+++ b/tests/extra-tables.native