mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Remove spurious blank lines
This commit is contained in:
parent
311ca30564
commit
1785fc9352
@ -150,5 +150,3 @@ def test_javscript_loading_method(app):
|
||||
assert '<script src="_static/normal.js"></script>' in content
|
||||
assert '<script async="async" src="_static/early.js"></script>' in content
|
||||
assert '<script defer="defer" src="_static/late.js"></script>' in content
|
||||
|
||||
|
||||
|
@ -44,7 +44,3 @@ def test_html_code_role(app):
|
||||
assert ('<div class="highlight-python notranslate">' +
|
||||
'<div class="highlight"><pre><span></span>' +
|
||||
common_content) in content
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -390,5 +390,3 @@ def test_pydecoratormethod_signature(app):
|
||||
|
||||
assert 'deco' in domain.objects
|
||||
assert domain.objects['deco'] == ('index', 'deco', 'method', False)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user