From 5a704ecc6e18543853f0cf75d59e929d7330cd5e Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 22 Jul 2012 19:27:15 -0700 Subject: Renamed tests/markdown-tables -> tests/extra-tables. Added to cabal file. --- src/Tests/Old.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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" -- cgit v1.2.3