From 953c294fad770bb530be5edad22ec74de7d5ec31 Mon Sep 17 00:00:00 2001 From: Jani Nikula Date: Sat, 29 Jul 2023 12:30:47 +0300 Subject: [PATCH] test: fix stale reference to autotext "autotext" was renamed to "autosection", but one "autotext" slipped through. --- test/test_parser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_parser.py b/test/test_parser.py index 990c89db..892f32c2 100755 --- a/test/test_parser.py +++ b/test/test_parser.py @@ -50,7 +50,7 @@ def _filter_names(directive): return directive.arguments def _filter_members(directive): - if directive.directive in ['autodoc', 'autotext', 'autovar', 'autotype', + if directive.directive in ['autodoc', 'autosection', 'autovar', 'autotype', 'automacro', 'autofunction']: return None