tests/types: add suboptions doc test

Verify we are able to extract suboptions properly with our custom lib
extension.

Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
Austin Horstman 2026-02-12 22:53:42 -06:00
parent 29d617ecc8
commit bc5652b227
3 changed files with 54 additions and 0 deletions

View file

@ -298,4 +298,7 @@ in
in
builtins.toJSON result.config.meta.maintainers
);
# Unstable, for tests.
_internal = { inherit docsLib; };
}