This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update podlators to CPAN version 4.08
[perl5.git] / cpan / podlators / t / data / snippets / man / lquote-and-quote
diff --git a/cpan/podlators/t/data/snippets/man/lquote-and-quote b/cpan/podlators/t/data/snippets/man/lquote-and-quote
new file mode 100644 (file)
index 0000000..def8fe3
--- /dev/null
@@ -0,0 +1,17 @@
+[name]
+lquote and quotes both used
+
+[options]
+lquote ``
+quotes "
+
+[input]
+=head1 FOO C<BAR> BAZ
+
+Foo C<bar> baz.
+
+[output]
+.ie n .SH "FOO ``BAR"" BAZ"
+.el .SH "FOO \f(CWBAR\fP BAZ"
+.IX Header "FOO BAR BAZ"
+Foo \f(CW\*(C`bar\*(C'\fR baz.