mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
fix line length
This commit is contained in:
@@ -136,8 +136,8 @@ def test_extract_messages_without_rawsource():
|
||||
"""
|
||||
Check node.rawsource is fall-backed by using node.astext() value.
|
||||
|
||||
`extract_message` which is used from Sphinx i18n feature drop ``not node.rawsource`` nodes.
|
||||
So, all nodes which want to translate must have ``rawsource`` value.
|
||||
`extract_message` which is used from Sphinx i18n feature drop ``not node.rawsource``
|
||||
nodes. So, all nodes which want to translate must have ``rawsource`` value.
|
||||
However, sometimes node.rawsource is not set.
|
||||
|
||||
For example: recommonmark-0.2.0 doesn't set rawsource to `paragraph` node.
|
||||
|
||||
Reference in New Issue
Block a user