diff options
author | wiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2004-12-23 16:34:24 +0000 |
---|---|---|
committer | wiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2004-12-23 16:34:24 +0000 |
commit | f6253be6f54c20dbb4a65fa7c03d27c510299ebb (patch) | |
tree | 26646c5cff6a712e239e79d2361d467799133476 /test | |
parent | 2c4714d6fa19c2bd61bc7a5ff6bc6de0441d39ab (diff) | |
download | docutils-f6253be6f54c20dbb4a65fa7c03d27c510299ebb.tar.gz |
added text about using the unicode directive for en and em dashes
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@2888 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'test')
-rwxr-xr-x | test/alltests.py | 2 | ||||
-rw-r--r-- | test/functional/expected/standalone_rst_html4css1.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/alltests.py b/test/alltests.py index ecd950853..7c31c4623 100755 --- a/test/alltests.py +++ b/test/alltests.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env py4123 # Author: David Goodger # Contact: goodger@users.sourceforge.net diff --git a/test/functional/expected/standalone_rst_html4css1.html b/test/functional/expected/standalone_rst_html4css1.html index 009a8f482..13ed5d5b8 100644 --- a/test/functional/expected/standalone_rst_html4css1.html +++ b/test/functional/expected/standalone_rst_html4css1.html @@ -3,7 +3,7 @@ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> -<meta name="generator" content="Docutils 0.3.6: http://docutils.sourceforge.net/" /> +<meta name="generator" content="Docutils 0.3.7: http://docutils.sourceforge.net/" /> <title>reStructuredText Test Document</title> <meta name="author" content="David Goodger" /> <meta name="author" content="Me" /> |