mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Test for issue #10456: removing meta-fields
Add two meta-fields to an appropriate test case. Currently the test fails, because of bug #10456. The next commit fixes the issue.
This commit is contained in:
parent
36367765fe
commit
6ffe881f55
@ -999,7 +999,9 @@ def test_info_field_list(app):
|
||||
text = (".. py:module:: example\n"
|
||||
".. py:class:: Class\n"
|
||||
"\n"
|
||||
" :meta blah: this meta-field must not show up in the toc-tree\n"
|
||||
" :param str name: blah blah\n"
|
||||
" :meta another meta field:\n"
|
||||
" :param age: blah blah\n"
|
||||
" :type age: int\n"
|
||||
" :param items: blah blah\n"
|
||||
|
Loading…
Reference in New Issue
Block a user