summaryrefslogtreecommitdiff
path: root/tests/test_cpp_domain.py
diff options
context:
space:
mode:
authorJakob Lykke Andersen <jakob@caput.dk>2014-07-24 11:09:28 +0200
committerJakob Lykke Andersen <jakob@caput.dk>2014-07-24 11:09:28 +0200
commitcaad958de49df5f8ab6adb629e69ee93dc45efc8 (patch)
tree1d3ac71b2d77c2e038d71c7b26c37cfc3fbdc095 /tests/test_cpp_domain.py
parent967ca06545b4432c6ec3e6a13aed9ea03d3874cc (diff)
downloadsphinx-git-caad958de49df5f8ab6adb629e69ee93dc45efc8.tar.gz
C++, fix namespacing of elements and xrefs.
Diffstat (limited to 'tests/test_cpp_domain.py')
-rw-r--r--tests/test_cpp_domain.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_cpp_domain.py b/tests/test_cpp_domain.py
index 20160da9e..b3df490f9 100644
--- a/tests/test_cpp_domain.py
+++ b/tests/test_cpp_domain.py
@@ -53,6 +53,7 @@ def test_type_definitions():
check("type", "std::function<void()> F")
check("type", "std::function<R(A1, A2, A3)> F")
check("type", "std::function<R(A1, A2, A3, As...)> F")
+ check("type", "MyContainer::const_iterator")
check('member', ' const std::string & name = 42', 'const std::string &name = 42')
check('member', ' const std::string & name', 'const std::string &name')