aboutsummaryrefslogtreecommitdiff
path: root/tests/Tests/Writers
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2011-01-26 09:09:32 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2011-01-26 17:23:56 -0800
commitc5384a33c0488d7e1274ba5579a24cf733eee934 (patch)
tree5526bf2ad746db20296242fa73227992b667da95 /tests/Tests/Writers
parent422bba202ef6731f0487880f08200f5dc9d6bbb0 (diff)
downloadpandoc-c5384a33c0488d7e1274ba5579a24cf733eee934.tar.gz
Updates for compiling with ghc 7.
We now use a CPP trick to have compatible quasiquotes that work in both GHC 6.12 and 7.
Diffstat (limited to 'tests/Tests/Writers')
-rw-r--r--tests/Tests/Writers/ConTeXt.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Tests/Writers/ConTeXt.hs b/tests/Tests/Writers/ConTeXt.hs
index db01e1560..ab8efee3d 100644
--- a/tests/Tests/Writers/ConTeXt.hs
+++ b/tests/Tests/Writers/ConTeXt.hs
@@ -52,7 +52,7 @@ tests = [ testGroup "inline code"
bulletList [plain (text "top")
,bulletList [plain (text "next")
,bulletList [plain (text "bot")]]]
- =?> [$lit|
+ =?> [_LIT|
\startitemize
\item
top