mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Wrap the line too long
This commit is contained in:
parent
ff88c8b730
commit
73fd3f90bf
@ -300,7 +300,8 @@ def test_text_glossary_term_inconsistencies(app, warning):
|
||||
expected_warning_expr = (
|
||||
u'.*/glossary_terms_inconsistency.txt:\\d+: '
|
||||
u'WARNING: inconsistent term references in translated message.'
|
||||
u" original: \[':term:`Some term`', ':term:`Some other term`'\], translated: \[':term:`SOME NEW TERM`'\]\n")
|
||||
u" original: \[':term:`Some term`', ':term:`Some other term`'\],"
|
||||
u" translated: \[':term:`SOME NEW TERM`'\]\n")
|
||||
assert_re_search(expected_warning_expr, warnings)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user