aboutsummaryrefslogtreecommitdiff
path: root/src/Tests
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2011-12-30 18:21:54 -0800
committerJohn MacFarlane <fiddlosopher@gmail.com>2011-12-30 18:21:54 -0800
commitda6c25a7d919042d26bf6366d0e683ca5ba7e264 (patch)
tree9602b969554462b2861eeb35d99e670555ff2770 /src/Tests
parent3e526918f810ba2e1baab39aa04cc140fc8716a1 (diff)
downloadpandoc-da6c25a7d919042d26bf6366d0e683ca5ba7e264.tar.gz
Removed header 1 property from ConTeXt tests.
It didn't work with new ids.
Diffstat (limited to 'src/Tests')
-rw-r--r--src/Tests/Writers/ConTeXt.hs4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/Tests/Writers/ConTeXt.hs b/src/Tests/Writers/ConTeXt.hs
index 8cb67fe9f..1be9a745b 100644
--- a/src/Tests/Writers/ConTeXt.hs
+++ b/src/Tests/Writers/ConTeXt.hs
@@ -43,9 +43,7 @@ tests = [ testGroup "inline code"
]
, testGroup "headers"
[ "level 1" =:
- header 1 "My header" =?> "\\section{My header}"
- , property "header 1 property" $ \ils ->
- context' (header 1 ils) == "\\section{" ++ context' ils ++ "}"
+ header 1 "My header" =?> "\\section[my-header]{My header}"
]
, testGroup "bullet lists"
[ "nested" =: