From a922bd6d8e06673b9bb1ff807734c7090c6516c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Gannaz?= Date: Tue, 21 Feb 2012 22:00:10 +0100 Subject: Added support for markdown-extra tables in the markdown parser Only tables whose lines begin with a "|" are supported. There are 2 warnings about unused variables when compiling. --- src/Tests/Old.hs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Tests/Old.hs') diff --git a/src/Tests/Old.hs b/src/Tests/Old.hs index 1ec32a30d..a26e435a0 100644 --- a/src/Tests/Old.hs +++ b/src/Tests/Old.hs @@ -56,6 +56,8 @@ tests = [ testGroup "markdown" "testsuite.txt" "testsuite.native" , 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" , test "more" ["-r", "markdown", "-w", "native", "-S"] "markdown-reader-more.txt" "markdown-reader-more.native" , lhsReaderTest "markdown+lhs" -- cgit v1.2.3