diff options
author | John MacFarlane <jgm@berkeley.edu> | 2010-12-22 11:43:43 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2010-12-22 11:43:43 -0800 |
commit | 8e9c490b0aa71423df5c0cfc7f9e09f5b0643c49 (patch) | |
tree | c457571804888584c407faeb213a8f285bf5be59 /tests | |
parent | f15d479fc2c85fe75dc97d80bc25001d3e10e958 (diff) | |
download | pandoc-8e9c490b0aa71423df5c0cfc7f9e09f5b0643c49.tar.gz |
Texinfo writer: Updated to use Pretty.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/tables.texinfo | 2 | ||||
-rw-r--r-- | tests/writer.texinfo | 15 |
2 files changed, 1 insertions, 16 deletions
diff --git a/tests/tables.texinfo b/tests/tables.texinfo index b82006f1a..70256d814 100644 --- a/tests/tables.texinfo +++ b/tests/tables.texinfo @@ -155,4 +155,4 @@ Second @tab row @tab 5.0 @tab Here's another one. Note the blank line between rows. -@end multitable +@end multitable
\ No newline at end of file diff --git a/tests/writer.texinfo b/tests/writer.texinfo index 3344845b0..62611d7a6 100644 --- a/tests/writer.texinfo +++ b/tests/writer.texinfo @@ -101,7 +101,6 @@ Level 5 @subsection Level 3 with no blank line - @node Level 2 @section Level 2 with no blank line @@ -136,7 +135,6 @@ E-mail style: @quotation This is a block quote. It is pretty short. - @end quotation @quotation Code in a block quote: @@ -159,11 +157,9 @@ Nested block quotes: @quotation nested - @end quotation @quotation nested - @end quotation @end quotation This should not be a block quote: 2 > 1. @@ -291,7 +287,6 @@ Minus 3 @end itemize - @node Ordered @section Ordered Tight: @@ -360,7 +355,6 @@ Item 3. @end enumerate - @node Nested @section Nested @itemize @@ -421,7 +415,6 @@ Third @end enumerate - @node Tabs and spaces @section Tabs and spaces @itemize @@ -442,7 +435,6 @@ this is an example list item indented with spaces @end itemize - @node Fancy list markers @section Fancy list markers @enumerate 2 @@ -583,7 +575,6 @@ orange fruit @quotation orange block quote - @end quotation @end table @@ -639,7 +630,6 @@ sublist @end table - @node HTML Blocks @chapter HTML Blocks Simple block on one line: @@ -902,7 +892,6 @@ Just a @uref{/url/,URL}. @uref{,Empty}. - @node Reference @section Reference Foo @uref{/url/,bar}. @@ -930,7 +919,6 @@ Foo @uref{/url/,bar}. Foo @uref{/url/,biz}. - @node With ampersands @section With ampersands Here's a @uref{http://example.com/?foo=1&bar=2,link with an ampersand in the URL}. @@ -941,7 +929,6 @@ Here's an @uref{/script?foo=1&bar=2,inline link}. Here's an @uref{/script?foo=1&bar=2,inline link in pointy braces}. - @node Autolinks @section Autolinks With an ampersand: @url{http://example.com/?foo=1&bar=2} @@ -959,7 +946,6 @@ An e-mail address: @uref{mailto:nobody@@nowhere.net,@code{nobody@@nowhere.net}} @quotation Blockquoted: @url{http://example.com/} - @end quotation Auto-links should not occur here: @code{<http://example.com/>} @verbatim @@ -1004,7 +990,6 @@ If you want@comma{} you can indent every line@comma{} but you can also be lazy a @quotation Notes can go in quotes.@footnote{In quote.} - @end quotation @enumerate @item |