aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2011-01-23 08:59:35 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2011-01-23 08:59:35 -0800
commit628a1ef81548ccf0307276b4f9164191cacc9193 (patch)
tree47d1e3a37bdd6d9555b2988f8e273d6fbc94fa6e /tests
parent7234a79104ab8cf8358bdab153d5eefbcefc2e9a (diff)
downloadpandoc-628a1ef81548ccf0307276b4f9164191cacc9193.tar.gz
Textile reader: Fixed bug (swallowed p at beginning of paragraph).
The problem was a missing 'try' in the maybeExplicitBlock parser. Test case, a paragraph beginning with 'p', has been added.
Diffstat (limited to 'tests')
-rw-r--r--tests/textile-reader.native1
-rw-r--r--tests/textile-reader.textile2
2 files changed, 3 insertions, 0 deletions
diff --git a/tests/textile-reader.native b/tests/textile-reader.native
index 9c971c105..d0079cd19 100644
--- a/tests/textile-reader.native
+++ b/tests/textile-reader.native
@@ -15,6 +15,7 @@ Pandoc (Meta {docTitle = [], docAuthors = [], docDate = []})
[[Plain [Str "criminey",Str "."]]]
,Para [Str "There",Space,Str "should",Space,Str "be",Space,Str "a",Space,Str "paragraph",Space,Str "break",Space,Str "between",Space,Str "here"]
,Para [Str "and",Space,Str "here",Str "."]
+,Para [Str "pandoc",Space,Str "converts",Space,Str "textile",Str "."]
,Header 1 [Str "Block",Space,Str "Quotes"]
,BlockQuote
[Para [Str "This",Space,Str "is",Space,Str "a",Space,Str "famous",Space,Str "quote",Space,Str "from",Space,Str "somebody",Str ".",Space,Str "He",Space,Str "had",Space,Str "a",Space,Str "lot",Space,Str "of",Space,Str "things",Space,Str "to",LineBreak,Str "say",Str ",",Space,Str "so",Space,Str "the",Space,Str "text",Space,Str "is",Space,Str "really",Space,Str "really",Space,Str "long",Space,Str "and",Space,Str "spans",Space,Str "on",Space,Str "multiple",Space,Str "lines",Str "."]]
diff --git a/tests/textile-reader.textile b/tests/textile-reader.textile
index 4ae47ea20..9c9980307 100644
--- a/tests/textile-reader.textile
+++ b/tests/textile-reader.textile
@@ -33,6 +33,8 @@ There should be a paragraph break between here
and here.
+pandoc converts textile.
+
h1. Block Quotes
bq. This is a famous quote from somebody. He had a lot of things to