aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2006-12-16 05:05:02 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2006-12-16 05:05:02 +0000
commitfe66a90a2a88c66b1d518a932f29d9225e31ab8f (patch)
tree184b24e2bc641b51422554375dc803ccd5f2649b /tests
parent61ec2c0d4a564158aaf976ca0c35caaa58cecdb8 (diff)
downloadpandoc-fe66a90a2a88c66b1d518a932f29d9225e31ab8f.tar.gz
Changed 'putStrLn' to 'putStr' in Main.hs, and modified some
of the readers to make spacing at end of output more consistent. Modified tests accordingly. git-svn-id: https://pandoc.googlecode.com/svn/trunk@201 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'tests')
-rw-r--r--tests/html-reader.html1
-rw-r--r--tests/rst-reader.rst1
-rw-r--r--tests/s5.basic.html1
-rw-r--r--tests/s5.fancy.html1
-rw-r--r--tests/s5.fragment.html1
-rw-r--r--tests/s5.inserts.html1
-rw-r--r--tests/testsuite.txt1
-rw-r--r--tests/writer.html1
-rw-r--r--tests/writer.latex1
-rw-r--r--tests/writer.markdown1
-rw-r--r--tests/writer.rst1
-rw-r--r--tests/writer.rtf1
-rw-r--r--tests/writer.smart.html1
13 files changed, 1 insertions, 12 deletions
diff --git a/tests/html-reader.html b/tests/html-reader.html
index 0df91b335..b89a93299 100644
--- a/tests/html-reader.html
+++ b/tests/html-reader.html
@@ -396,4 +396,3 @@ An e-mail address: nobody [at] nowhere.net<blockquote>
<p>If you want, you can use a caret at the beginning of every line, as with blockquotes, but all that you need is a caret at the beginning of the first line of the block and any preceding blank lines.</p>
</body>
</html>
-
diff --git a/tests/rst-reader.rst b/tests/rst-reader.rst
index 75716f7b4..4bc0d71b8 100644
--- a/tests/rst-reader.rst
+++ b/tests/rst-reader.rst
@@ -338,4 +338,3 @@ From "Voyage dans la Lune" by Georges Melies (1902):
Here is a movie |movie| icon.
.. |movie| image:: movie.jpg
-
diff --git a/tests/s5.basic.html b/tests/s5.basic.html
index ddb4d8079..919b09da6 100644
--- a/tests/s5.basic.html
+++ b/tests/s5.basic.html
@@ -758,4 +758,3 @@ window.onresize = function(){setTimeout('fontScale()', 50);}</script>
</div>
</body>
</html>
-
diff --git a/tests/s5.fancy.html b/tests/s5.fancy.html
index 875bbfbaf..8686a8542 100644
--- a/tests/s5.fancy.html
+++ b/tests/s5.fancy.html
@@ -1670,4 +1670,3 @@ else
</div>
</body>
</html>
-
diff --git a/tests/s5.fragment.html b/tests/s5.fragment.html
index d77c484dc..370b9c111 100644
--- a/tests/s5.fragment.html
+++ b/tests/s5.fragment.html
@@ -15,4 +15,3 @@
<ul>
<li>$\frac{d}{dx}f(x)=\lim_{h\to 0}\frac{f(x+h)-f(x)}{h}$</li>
</ul>
-
diff --git a/tests/s5.inserts.html b/tests/s5.inserts.html
index 7ebdf23e4..4f998c573 100644
--- a/tests/s5.inserts.html
+++ b/tests/s5.inserts.html
@@ -38,4 +38,3 @@ STUFF INSERTED
STUFF INSERTED
</body>
</html>
-
diff --git a/tests/testsuite.txt b/tests/testsuite.txt
index 8bcbbd0f9..f27f00245 100644
--- a/tests/testsuite.txt
+++ b/tests/testsuite.txt
@@ -609,4 +609,3 @@ to a single footnote (as with block quotes).
^ as with blockquotes, but all that you need is a caret at the
^ beginning of the first line of the block and any preceding
^ blank lines.
-
diff --git a/tests/writer.html b/tests/writer.html
index 0eb528a63..77cb3a47f 100644
--- a/tests/writer.html
+++ b/tests/writer.html
@@ -453,4 +453,3 @@ Cat &amp; 1 \\ \hline
</div>
</body>
</html>
-
diff --git a/tests/writer.latex b/tests/writer.latex
index 7f632cb6d..30ea0f54f 100644
--- a/tests/writer.latex
+++ b/tests/writer.latex
@@ -578,4 +578,3 @@ If you want, you can use a caret at the beginning of every line, as with blockqu
\end{document}
-
diff --git a/tests/writer.markdown b/tests/writer.markdown
index c086190d2..737ddd524 100644
--- a/tests/writer.markdown
+++ b/tests/writer.markdown
@@ -625,4 +625,3 @@ space\^(my note).
^ with blockquotes, but all that you need is a caret at the beginning
^ of the first line of the block and any preceding blank lines.
-
diff --git a/tests/writer.rst b/tests/writer.rst
index cd67cdaba..b1413db8d 100644
--- a/tests/writer.rst
+++ b/tests/writer.rst
@@ -741,3 +741,4 @@ space^(my note).
.. _nobody@nowhere.net: mailto:nobody@nowhere.net
.. |lalune| image:: lalune.jpg
.. |movie| image:: movie.jpg
+
diff --git a/tests/writer.rtf b/tests/writer.rtf
index ae4024181..65ef026a8 100644
--- a/tests/writer.rtf
+++ b/tests/writer.rtf
@@ -375,4 +375,3 @@ http://example.com/
}. This should {\i not} be a footnote reference, because it contains a space^(my note).\par}
}
-
diff --git a/tests/writer.smart.html b/tests/writer.smart.html
index 1ab182558..d206d4ece 100644
--- a/tests/writer.smart.html
+++ b/tests/writer.smart.html
@@ -453,4 +453,3 @@ Cat &amp; 1 \\ \hline
</div>
</body>
</html>
-