diff options
| author | wiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2005-03-14 17:06:53 +0000 |
|---|---|---|
| committer | wiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2005-03-14 17:06:53 +0000 |
| commit | b66ae6db64c88e31131e1640a34f8a9571c92d69 (patch) | |
| tree | 7c6d2fc9443f0c5e643abf6c5b154108ef7fbb9c /docutils/test/functional/input | |
| parent | e113241b50a0041cb19112ac4aebf8fbcd6f8ba2 (diff) | |
| download | docutils-b66ae6db64c88e31131e1640a34f8a9571c92d69.tar.gz | |
added functional test for PEPs;
the resulting pep_html.html is not valid XHTML; could you have a look at it, David?
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3040 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/test/functional/input')
| -rw-r--r-- | docutils/test/functional/input/pep_html.txt | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/docutils/test/functional/input/pep_html.txt b/docutils/test/functional/input/pep_html.txt new file mode 100644 index 000000000..fb70328b2 --- /dev/null +++ b/docutils/test/functional/input/pep_html.txt @@ -0,0 +1,23 @@ +PEP: 100 +Title: Test PEP +Version: $Revision$ +Last-Modified: $Date$ +Author: John Doe <john@example.org> +Discussions-To: <devnull@example.org> +Status: Draft +Type: Standards Track +Content-Type: text/x-rst +Created: 01-Jun-2001 +Post-History: 13-Jun-2001 + + +Abstract +======== + +Just a test. + + +Copyright +========= + +This document has been placed in the public domain. |
