From 458bb40989c87a75decfc583b28d60c6d3fa552c Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Tue, 9 Jan 2007 05:45:06 +0000 Subject: Fixed docbook writer test -- removed named entities. git-svn-id: https://pandoc.googlecode.com/svn/trunk@474 788f1e2b-df1e-0410-8736-df70ead52e1b --- tests/writer.docbook | 41 ++++++++++++++++++++--------------------- 1 file changed, 20 insertions(+), 21 deletions(-) diff --git a/tests/writer.docbook b/tests/writer.docbook index 616273ea2..1c5965cb3 100644 --- a/tests/writer.docbook +++ b/tests/writer.docbook @@ -17,7 +17,7 @@ This is a set of tests for pandoc. Most of them are adapted from - John Gruber's markdown test suite. + John Gruber's markdown test suite.
Headers @@ -58,7 +58,7 @@
Paragraphs - Here's a regular paragraph. + Here's a regular paragraph. In Markdown 1.0.0 and earlier. Version 8. This line turns into a @@ -66,7 +66,7 @@ looked like a list item. - Here's one with a bullet. * criminey. + Here's one with a bullet. * criminey. There should be a hard line @@ -152,7 +152,7 @@ sub status { - Here's a nested one: + Here's a nested one:
@@ -160,7 +160,7 @@ sub status {
- Don't quote me. + Don't quote me.
@@ -407,8 +407,8 @@ These should not be escaped: \$ \\ \> \[ \{ Item 1, graf one.
- Item 1. graf two. The quick brown fox jumped over the lazy - dog's back. + Item 1. graf two. The quick brown fox jumped over the lazy dog's + back. @@ -447,7 +447,7 @@ These should not be escaped: \$ \\ \> \[ \{ - Here's another: + Here's another: @@ -598,20 +598,20 @@ These should not be escaped: \$ \\ \> \[ \{ He said, I want to go. Were you alive - in the 70's? + in the 70's? Here is some quoted code and a quoted link. - Some dashes: one—two—three—four—five. + Some dashes: one—two—three—four—five. - Dashes between numbers: 5–7, 255–66, 1987–1999. + Dashes between numbers: 5–7, 255–66, 1987–1999. - Ellipses…and…and…. + Ellipses…and…and….
@@ -659,13 +659,13 @@ These should not be escaped: \$ \\ \> \[ \{ - Here's one that has a line break in it: + Here's one that has a line break in it: $\alpha + \omega \times x^2$. - These shouldn't be math: + These shouldn't be math: @@ -687,7 +687,7 @@ These should not be escaped: \$ \\ \> \[ \{ - Here's a LaTeX table: + Here's a LaTeX table: \begin{tabular}{|l|l|}\hline @@ -867,19 +867,18 @@ Cat & 1 \\ \hline
With ampersands - Here's a + Here's a link with an ampersand in the URL. - Here's a link with an amersand in the link text: + Here's a link with an amersand in the link text: AT&T. - Here's an - inline link. + Here's an inline link. - Here's an + Here's an inline link in pointy braces.
@@ -964,7 +963,7 @@ or here: <http://example.com/> and another. - Here's the long note. This one contains multiple blocks. + Here's the long note. This one contains multiple blocks. Subsequent blocks are indented to show that they belong to the -- cgit v1.2.3