diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-07-22 16:17:20 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-07-22 16:17:20 +0000 |
commit | 9f38f9d0391c901adddfc0eb14f114c9b6716e58 (patch) | |
tree | 0fa35c15e4fa91e6fd0cc19ea10d35f70f73d8cc /tests | |
parent | 062cdfe7def550b29b77f8e712f3e8f32924e071 (diff) | |
download | pandoc-9f38f9d0391c901adddfc0eb14f114c9b6716e58.tar.gz |
Man writer:
+ Make sure to include "" if no section is specified
in a man page TH line.
+ Updated man writer tests.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@758 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'tests')
-rw-r--r-- | tests/writer.man | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/writer.man b/tests/writer.man index 5ea033fa2..07619ea5f 100644 --- a/tests/writer.man +++ b/tests/writer.man @@ -1,4 +1,4 @@ -.TH "Pandoc Test Suite" "" "July 17, 2006" +.TH Pandoc "" "July 17, 2006" "Test Suite" .PP This is a set of tests for pandoc\. Most of them are adapted from John Gruber's markdown test suite\. @@ -747,4 +747,4 @@ In quote\. .PP In list\. .SH AUTHORS -John MacFarlane, Anonymous
\ No newline at end of file +John MacFarlane, Anonymous |