mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
This commit is contained in:
parent
a8c2bd4f1f
commit
9ebee01d19
2
CHANGES
2
CHANGES
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user