diff options
| author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2016-06-12 00:42:47 +0900 |
|---|---|---|
| committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2016-06-12 00:42:47 +0900 |
| commit | 88c026d0bd702e1e81912f17f900481fc02f491a (patch) | |
| tree | 414a7baafad5cc43619ef6890559a8d5bdec6e7b /tests/test_directive_code.py | |
| parent | 8043f6406fce678892bb235bd37af423318369bf (diff) | |
| parent | 3d5319e705561942ef5eeef911206e1aad2b5cfa (diff) | |
| download | sphinx-git-88c026d0bd702e1e81912f17f900481fc02f491a.tar.gz | |
Merge branch 'stable'
Diffstat (limited to 'tests/test_directive_code.py')
| -rw-r--r-- | tests/test_directive_code.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/test_directive_code.py b/tests/test_directive_code.py index 6e205e88f..b976fa875 100644 --- a/tests/test_directive_code.py +++ b/tests/test_directive_code.py @@ -85,9 +85,9 @@ def test_code_block_namedlink_latex(app, status, warning): link2 = '\\hyperref[namedblocks:some\\string-ruby\\string-code]'\ '{\\crossref{\\DUrole{std,std-ref}{the ruby code}}}' assert label1 in latex - assert link1 in latex + assert link1 in latex assert label2 in latex - assert link2 in latex + assert link2 in latex @with_app('xml', testroot='directive-code') @@ -272,9 +272,9 @@ def test_literalinclude_namedlink_latex(app, status, warning): link2 = '\\hyperref[namedblocks:some\\string-python\\string-code]'\ '{\\crossref{\\DUrole{std,std-ref}{the python code}}}' assert label1 in latex - assert link1 in latex + assert link1 in latex assert label2 in latex - assert link2 in latex + assert link2 in latex @with_app('xml', testroot='directive-code') |
