summaryrefslogtreecommitdiff
path: root/tests/test_domain_cpp.py
diff options
context:
space:
mode:
authorAdam Turner <9087854+aa-turner@users.noreply.github.com>2023-02-17 22:11:14 +0000
committerAdam Turner <9087854+aa-turner@users.noreply.github.com>2023-02-18 01:58:05 +0000
commitc8f4a03daceef4470ddbc34d5879ffd01588a116 (patch)
treeb67cbca3c86b239e84e00b2ca5966e3c273ca18a /tests/test_domain_cpp.py
parent8de6638697b8c785f8022e1f526b549e74d033d1 (diff)
downloadsphinx-git-c8f4a03daceef4470ddbc34d5879ffd01588a116.tar.gz
Fix COM812
Diffstat (limited to 'tests/test_domain_cpp.py')
-rw-r--r--tests/test_domain_cpp.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/test_domain_cpp.py b/tests/test_domain_cpp.py
index cddf41c31..55542e655 100644
--- a/tests/test_domain_cpp.py
+++ b/tests/test_domain_cpp.py
@@ -1212,7 +1212,7 @@ def test_domain_cpp_build_with_add_function_parentheses_is_True(app, status, war
('', 'Sphinx::version'),
('', 'version'),
('', 'List'),
- ('', 'MyEnum')
+ ('', 'MyEnum'),
]
parenPatterns = [
('ref function without parens ', r'paren_1\(\)'),
@@ -1222,7 +1222,7 @@ def test_domain_cpp_build_with_add_function_parentheses_is_True(app, status, war
('ref op call without parens ', r'paren_5::operator\(\)\(\)'),
('ref op call with parens ', r'paren_6::operator\(\)\(\)'),
('ref op call without parens, explicit title ', 'paren_7_title'),
- ('ref op call with parens, explicit title ', 'paren_8_title')
+ ('ref op call with parens, explicit title ', 'paren_8_title'),
]
f = 'roles.html'
@@ -1253,7 +1253,7 @@ def test_domain_cpp_build_with_add_function_parentheses_is_False(app, status, wa
('', 'Sphinx::version'),
('', 'version'),
('', 'List'),
- ('', 'MyEnum')
+ ('', 'MyEnum'),
]
parenPatterns = [
('ref function without parens ', 'paren_1'),
@@ -1263,7 +1263,7 @@ def test_domain_cpp_build_with_add_function_parentheses_is_False(app, status, wa
('ref op call without parens ', r'paren_5::operator\(\)'),
('ref op call with parens ', r'paren_6::operator\(\)'),
('ref op call without parens, explicit title ', 'paren_7_title'),
- ('ref op call with parens, explicit title ', 'paren_8_title')
+ ('ref op call with parens, explicit title ', 'paren_8_title'),
]
f = 'roles.html'