summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorgoodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2006-11-12 18:02:17 +0000
committergoodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2006-11-12 18:02:17 +0000
commita3b04391a04f8e0387d84fcb663067171175dd81 (patch)
treeeeb470b13a64406d6e719dd7e902374a8f7ea3de /test
parent234cc3371ebe8f626dba3c0df78121bdc4641ef6 (diff)
downloaddocutils-a3b04391a04f8e0387d84fcb663067171175dd81.tar.gz
correct faulty setting definitions & add test; 0.4 backport candidate
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4802 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'test')
-rw-r--r--test/data/config_1.txt2
-rwxr-xr-xtest/test_settings.py1
2 files changed, 2 insertions, 1 deletions
diff --git a/test/data/config_1.txt b/test/data/config_1.txt
index b19a213b3..ffb82a9b6 100644
--- a/test/data/config_1.txt
+++ b/test/data/config_1.txt
@@ -5,7 +5,7 @@
source-link: on
datestamp: %Y-%m-%d %H:%M UTC
generator: true
-
+raw-enabled: off
[restructuredtext parser]
diff --git a/test/test_settings.py b/test/test_settings.py
index 7537a648b..2cf4e080c 100755
--- a/test/test_settings.py
+++ b/test/test_settings.py
@@ -50,6 +50,7 @@ class ConfigFileTests(unittest.TestCase):
u'generator': 1,
u'no_random': 1,
u'python_home': u'http://www.python.org',
+ u'raw_enabled': 0,
'record_dependencies': utils.DependencyList(),
u'source_link': 1,
'stylesheet': None,