diff options
Diffstat (limited to 'docutils/test/functional/tests/standalone_rst_latex.py')
| -rw-r--r-- | docutils/test/functional/tests/standalone_rst_latex.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docutils/test/functional/tests/standalone_rst_latex.py b/docutils/test/functional/tests/standalone_rst_latex.py index 39a5e1e5e..0809fcc93 100644 --- a/docutils/test/functional/tests/standalone_rst_latex.py +++ b/docutils/test/functional/tests/standalone_rst_latex.py @@ -6,3 +6,7 @@ test_destination = "standalone_rst_latex.tex" # Keyword parameters passed to publish_file. writer_name = "latex" + +# Settings +# use "smartquotes" transition: +settings_overrides['smart_quotes'] = True |
