diff options
author | Georg Brandl <georg@python.org> | 2010-05-25 00:50:15 +0200 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-05-25 00:50:15 +0200 |
commit | 8bcf1f45113cb1773385ddea2f23bae9ec030e90 (patch) | |
tree | 3cd51df253f835906abf768c17d7ab3e4f38c49c /tests/test_markup.py | |
parent | 488adca4850d5e58f3b92d83dc9a606a848e5c16 (diff) | |
download | sphinx-git-8bcf1f45113cb1773385ddea2f23bae9ec030e90.tar.gz |
Fix long line.
Diffstat (limited to 'tests/test_markup.py')
-rw-r--r-- | tests/test_markup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_markup.py b/tests/test_markup.py index fab43a287..31817df62 100644 --- a/tests/test_markup.py +++ b/tests/test_markup.py @@ -101,7 +101,7 @@ def test_inline(): yield (verify, ':guilabel:`&Foo -&&- &Bar`', u'<p><em class="guilabel"><span class="accelerator">F</span>oo ' '-&- <span class="accelerator">B</span>ar</em></p>', - '\\emph{\\DUspan{accelerator}{F}oo -\\&- \\DUspan{accelerator}{B}ar}') + r'\emph{\DUspan{accelerator}{F}oo -\&- \DUspan{accelerator}{B}ar}') # non-interpolation of dashes in option role yield (verify_re, ':option:`--with-option`', |