summaryrefslogtreecommitdiff
path: root/macros/texinfo/texinfo/tp/t/19def.t
diff options
context:
space:
mode:
Diffstat (limited to 'macros/texinfo/texinfo/tp/t/19def.t')
-rw-r--r--macros/texinfo/texinfo/tp/t/19def.t6
1 files changed, 6 insertions, 0 deletions
diff --git a/macros/texinfo/texinfo/tp/t/19def.t b/macros/texinfo/texinfo/tp/t/19def.t
index 49335a92f1..aa507b1caf 100644
--- a/macros/texinfo/texinfo/tp/t/19def.t
+++ b/macros/texinfo/texinfo/tp/t/19def.t
@@ -515,6 +515,12 @@ bbb
& @& @ampchar{} @{ @} @@
',
{'test_formats' => ['plaintext', 'html', 'xml', 'docbook']}],
+['code_in_def',
+'@deftypefn Function int foo (@code{const std::vector<int>@&} bar)
+Documentation of @code{foo}.
+@end deftypefn
+',
+{'test_formats' => ['plaintext']}],
);
my @test_printindex = ();