summaryrefslogtreecommitdiff
path: root/tests/test_domain_cpp.py
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2017-01-16 01:31:57 +0900
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2017-01-16 01:31:57 +0900
commite6cd347f6c16d1334026ab04f20ce31bb9d735af (patch)
tree51d67af0d11d5f61132017923d90ffab0c13bdd4 /tests/test_domain_cpp.py
parent8c894fbdd95db2eed9eb249cdf86ee38bcf812db (diff)
parentc8444047413e8f91d797011db43490509f3370b0 (diff)
downloadsphinx-git-e6cd347f6c16d1334026ab04f20ce31bb9d735af.tar.gz
Merge branch 'stable'
Diffstat (limited to 'tests/test_domain_cpp.py')
-rw-r--r--tests/test_domain_cpp.py12
1 files changed, 10 insertions, 2 deletions
diff --git a/tests/test_domain_cpp.py b/tests/test_domain_cpp.py
index 64356f0aa..d14a67bd3 100644
--- a/tests/test_domain_cpp.py
+++ b/tests/test_domain_cpp.py
@@ -524,7 +524,11 @@ def test_build_domain_cpp_with_add_function_parentheses_is_True(app, status, war
('ref function without parens ', 'paren_1\(\)'),
('ref function with parens ', 'paren_2\(\)'),
('ref function without parens, explicit title ', 'paren_3_title'),
- ('ref function with parens, explicit title ', 'paren_4_title')
+ ('ref function with parens, explicit title ', 'paren_4_title'),
+ ('ref op call without parens ', 'paren_5::operator\(\)\(\)'),
+ ('ref op call with parens ', 'paren_6::operator\(\)\(\)'),
+ ('ref op call without parens, explicit title ', 'paren_7_title'),
+ ('ref op call with parens, explicit title ', 'paren_8_title')
]
f = 'roles.html'
@@ -562,7 +566,11 @@ def test_build_domain_cpp_with_add_function_parentheses_is_False(app, status, wa
('ref function without parens ', 'paren_1'),
('ref function with parens ', 'paren_2'),
('ref function without parens, explicit title ', 'paren_3_title'),
- ('ref function with parens, explicit title ', 'paren_4_title')
+ ('ref function with parens, explicit title ', 'paren_4_title'),
+ ('ref op call without parens ', 'paren_5::operator\(\)'),
+ ('ref op call with parens ', 'paren_6::operator\(\)'),
+ ('ref op call without parens, explicit title ', 'paren_7_title'),
+ ('ref op call with parens, explicit title ', 'paren_8_title')
]
f = 'roles.html'