summaryrefslogtreecommitdiff
path: root/tests/test_directive_code.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_directive_code.py')
-rw-r--r--tests/test_directive_code.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_directive_code.py b/tests/test_directive_code.py
index d1f7c03dc..13b451078 100644
--- a/tests/test_directive_code.py
+++ b/tests/test_directive_code.py
@@ -617,6 +617,6 @@ def test_linenothreshold(app, status, warning):
# literal include not using linenothreshold
html, matched, _ = html.partition(lineos_head +
'1\n'
- '2\n'
+ '2\n'
'3' + lineos_tail)
assert not matched