mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2026-09-03 20:52:55 -05:00
This commit is contained in:
@@ -143,6 +143,8 @@ Bugs fixed
|
||||
* #636: Keep straight single quotes in literal blocks in the LaTeX build.
|
||||
* PR#235: comment db schema of websupport lacked a length of the node_id field.
|
||||
Thanks to solos.
|
||||
* #1466,PR#241: Fix failure of the cpp domain parser to parse C+11
|
||||
"variadic templates" declarations. Thanks to Victor Zverovich.
|
||||
|
||||
Documentation
|
||||
-------------
|
||||
|
||||
@@ -127,7 +127,7 @@ def test_type_definitions():
|
||||
raises(DefinitionError, parse, 'function', x)
|
||||
|
||||
x = 'int foo(const A&... a)'
|
||||
assert unicode(parse('function', x)) == x
|
||||
assert text_type(parse('function', x)) == x
|
||||
|
||||
def test_bases():
|
||||
x = 'A'
|
||||
|
||||
Reference in New Issue
Block a user