aboutsummaryrefslogtreecommitdiff
path: root/tests/writer.context
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-12-29 09:31:45 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-12-29 09:31:45 +0000
commit5e65598b9e7dd980063312c4375441f31b9d9512 (patch)
tree3c2906eb5efdee220eb16182f83940a07121dc89 /tests/writer.context
parentf74dda27b6d6a6425cc62d7c9c7c943b69f2d9db (diff)
downloadpandoc-5e65598b9e7dd980063312c4375441f31b9d9512.tar.gz
Use wrappers around Doc elements to ensure proper spacing in ConTeXt writer.
Each block element is wrapped with either Pad or Reg. Pad'ed elements are guaranteed to have a blank line in between. Updated ConTeXt tests. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1158 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'tests/writer.context')
-rw-r--r--tests/writer.context77
1 files changed, 18 insertions, 59 deletions
diff --git a/tests/writer.context b/tests/writer.context
index a944b2822..12d54d206 100644
--- a/tests/writer.context
+++ b/tests/writer.context
@@ -121,12 +121,10 @@ here.
E-mail style:
\startblockquote
-
This is a block quote. It is pretty short.
-
\stopblockquote
-\startblockquote
+\startblockquote
Code in a block quote:
\starttyping
@@ -147,16 +145,14 @@ A list:
Nested block quotes:
\startblockquote
-
nested
-
\stopblockquote
-\startblockquote
+\startblockquote
nested
-
\stopblockquote
\stopblockquote
+
This should not be a block quote: 2 \lettermore{} 1.
And a following paragraph.
@@ -207,13 +203,10 @@ Asterisks loose:
\startitemize
\item
asterisk 1
-
\item
asterisk 2
-
\item
asterisk 3
-
\stopitemize
Pluses tight:
@@ -232,13 +225,10 @@ Pluses loose:
\startitemize
\item
Plus 1
-
\item
Plus 2
-
\item
Plus 3
-
\stopitemize
Minuses tight:
@@ -257,13 +247,10 @@ Minuses loose:
\startitemize
\item
Minus 1
-
\item
Minus 2
-
\item
Minus 3
-
\stopitemize
\subsubject{Ordered}
@@ -295,13 +282,10 @@ Loose using tabs:
\startitemize[n][stopper=.]
\item
First
-
\item
Second
-
\item
Third
-
\stopitemize
and using spaces:
@@ -309,13 +293,10 @@ and using spaces:
\startitemize[n][stopper=.]
\item
One
-
\item
Two
-
\item
Three
-
\stopitemize
Multiple paragraphs:
@@ -323,16 +304,13 @@ Multiple paragraphs:
\startitemize[n][stopper=.]
\item
Item 1, graf one.
-
+
Item 1. graf two. The quick brown fox jumped over the lazy dog's
back.
-
\item
Item 2.
-
\item
Item 3.
-
\stopitemize
\subsubject{Nested}
@@ -347,9 +325,7 @@ Multiple paragraphs:
\item
Tab
\stopitemize
-
\stopitemize
-
\stopitemize
Here's another:
@@ -367,7 +343,6 @@ Here's another:
\item
Foe
\stopitemize
-
\item
Third
\stopitemize
@@ -377,10 +352,9 @@ Same thing but with paragraphs:
\startitemize[n][stopper=.]
\item
First
-
\item
Second:
-
+
\startitemize
\item
Fee
@@ -389,10 +363,8 @@ Same thing but with paragraphs:
\item
Foe
\stopitemize
-
\item
Third
-
\stopitemize
\subsubject{Tabs and spaces}
@@ -400,19 +372,15 @@ Same thing but with paragraphs:
\startitemize
\item
this is a list item indented with tabs
-
\item
this is a list item indented with spaces
-
+
\startitemize
\item
this is an example list item indented with tabs
-
\item
this is an example list item indented with spaces
-
\stopitemize
-
\stopitemize
\subsubject{Fancy list markers}
@@ -422,9 +390,9 @@ Same thing but with paragraphs:
begins with 2
\item
and now 3
-
+
with a continuation
-
+
\startitemize[r][start=4,stopper=.,width=2.0em]
\item
sublist with roman numerals, starting with 4
@@ -436,9 +404,7 @@ Same thing but with paragraphs:
\item
a subsublist
\stopitemize
-
\stopitemize
-
\stopitemize
Nesting:
@@ -456,11 +422,8 @@ Nesting:
\item
Lower alpha with paren
\stopitemize
-
\stopitemize
-
\stopitemize
-
\stopitemize
Autonumbering:
@@ -474,7 +437,6 @@ Autonumbering:
\item
Nested.
\stopitemize
-
\stopitemize
Should not be a list item:
@@ -492,9 +454,11 @@ Tight using spaces:
\startdescr{apple}
red fruit
\stopdescr
+
\startdescr{orange}
orange fruit
\stopdescr
+
\startdescr{banana}
yellow fruit
\stopdescr
@@ -504,9 +468,11 @@ Tight using tabs:
\startdescr{apple}
red fruit
\stopdescr
+
\startdescr{orange}
orange fruit
\stopdescr
+
\startdescr{banana}
yellow fruit
\stopdescr
@@ -515,15 +481,14 @@ Loose:
\startdescr{apple}
red fruit
-
\stopdescr
+
\startdescr{orange}
orange fruit
-
\stopdescr
+
\startdescr{banana}
yellow fruit
-
\stopdescr
Multiple blocks with italics:
@@ -532,8 +497,8 @@ Multiple blocks with italics:
red fruit
contains seeds, crisp, pleasant to taste
-
\stopdescr
+
\startdescr{{\em orange}}
orange fruit
@@ -542,9 +507,7 @@ orange fruit
\stoptyping
\startblockquote
-
orange block quote
-
\stopblockquote
\stopdescr
@@ -777,8 +740,7 @@ Here's a
Here's a link with an amersand in the link text:
\useURL[24][http://att.com/][][AT\&T]\from[24].
-Here's an
-\useURL[25][/script?foo=1&bar=2][][inline link]\from[25].
+Here's an \useURL[25][/script?foo=1&bar=2][][inline link]\from[25].
Here's an
\useURL[26][/script?foo=1&bar=2][][inline link in pointy braces]\from[26].
@@ -801,11 +763,10 @@ An e-mail address:
\useURL[29][mailto:nobody@nowhere.net][][nobody@nowhere.net]\from[29]
\startblockquote
-
Blockquoted:
\useURL[30][http://example.com/][][http://example.com/]\from[30]
-
\stopblockquote
+
Auto-links should not occur here: \type{<http://example.com/>}
\starttyping
@@ -857,11 +818,10 @@ a space.[\letterhat{}my note] Here is an inline note.
verbatim characters, as well as [bracketed text].}
\startblockquote
-
Notes can go in quotes.
\footnote{In quote.}
-
\stopblockquote
+
\startitemize[n][stopper=.]
\item
And in list items.
@@ -870,6 +830,5 @@ Notes can go in quotes.
This paragraph should not be part of the note, as it is not
indented.
-
\stoptext