diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2009-12-31 01:16:19 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2009-12-31 01:16:19 +0000 |
commit | 312d9337b99070dc7eae365dd0b1b3148aecc349 (patch) | |
tree | b66effffdfd16a0334f2d255d8cf4ba2f446bb1f /tests | |
parent | f4e738a6a9c21507ca6cad16125bdd96afeaf473 (diff) | |
download | pandoc-312d9337b99070dc7eae365dd0b1b3148aecc349.tar.gz |
Improved RST writer.
Updated test suite.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1725 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'tests')
-rw-r--r-- | tests/s5.basic.html | 3 | ||||
-rw-r--r-- | tests/s5.fancy.html | 3 | ||||
-rw-r--r-- | tests/s5.inserts.html | 4 | ||||
-rw-r--r-- | tests/writer.html | 3 | ||||
-rw-r--r-- | tests/writer.rst | 2 |
5 files changed, 10 insertions, 5 deletions
diff --git a/tests/s5.basic.html b/tests/s5.basic.html index 5e1b0abcf..4f49e3a57 100644 --- a/tests/s5.basic.html +++ b/tests/s5.basic.html @@ -4,7 +4,8 @@ <title>My S5 Document</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="generator" content="pandoc" /> - <meta name="author" content="Sam Smith; Jen Jones" /> + <meta name="author" content="Sam Smith" /> + <meta name="author" content="Jen Jones" /> <meta name="date" content="July 15, 2006" /> <!-- configuration parameters --> <meta name="defaultView" content="slideshow" /> diff --git a/tests/s5.fancy.html b/tests/s5.fancy.html index 5a2e534f0..42a6aaf8a 100644 --- a/tests/s5.fancy.html +++ b/tests/s5.fancy.html @@ -4,7 +4,8 @@ <title>My S5 Document</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="generator" content="pandoc" /> - <meta name="author" content="Sam Smith; Jen Jones" /> + <meta name="author" content="Sam Smith" /> + <meta name="author" content="Jen Jones" /> <meta name="date" content="July 15, 2006" /> <!-- configuration parameters --> <meta name="defaultView" content="slideshow" /> diff --git a/tests/s5.inserts.html b/tests/s5.inserts.html index 53a89457e..c8704871d 100644 --- a/tests/s5.inserts.html +++ b/tests/s5.inserts.html @@ -4,8 +4,10 @@ <title>My S5 Document</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="generator" content="pandoc" /> - <meta name="author" content="Sam Smith; Jen Jones" /> + <meta name="author" content="Sam Smith" /> + <meta name="author" content="Jen Jones" /> <meta name="date" content="July 15, 2006" /> + <link rel="stylesheet" href="main.css" type="text/css" /> STUFF INSERTED </head> <body> diff --git a/tests/writer.html b/tests/writer.html index 2996c135d..c6f31b107 100644 --- a/tests/writer.html +++ b/tests/writer.html @@ -4,7 +4,8 @@ <title>Pandoc Test Suite</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="generator" content="pandoc" /> - <meta name="author" content="John MacFarlane; Anonymous" /> + <meta name="author" content="John MacFarlane" /> + <meta name="author" content="Anonymous" /> <meta name="date" content="July 17, 2006" /> </head> <body> diff --git a/tests/writer.rst b/tests/writer.rst index a0a75adc9..c2ef31b34 100644 --- a/tests/writer.rst +++ b/tests/writer.rst @@ -4,7 +4,7 @@ Pandoc Test Suite :Author: John MacFarlane :Author: Anonymous -:Date: July 17, 2006 +:Date: July 17, 2006 .. role:: math(raw) :format: html latex |