summaryrefslogtreecommitdiff
path: root/cpan/podlators/t/data/snippets/text/sentence-spacing
diff options
context:
space:
mode:
Diffstat (limited to 'cpan/podlators/t/data/snippets/text/sentence-spacing')
-rw-r--r--cpan/podlators/t/data/snippets/text/sentence-spacing18
1 files changed, 18 insertions, 0 deletions
diff --git a/cpan/podlators/t/data/snippets/text/sentence-spacing b/cpan/podlators/t/data/snippets/text/sentence-spacing
new file mode 100644
index 0000000000..bce8c813c8
--- /dev/null
+++ b/cpan/podlators/t/data/snippets/text/sentence-spacing
@@ -0,0 +1,18 @@
+[name]
+Spacing with sentence option
+
+[options]
+sentence 1
+
+[input]
+=head1 EXAMPLE
+
+Whitespace around C<< this. >> must be ignored per perlpodspec. >>
+needs to eat all of the space in front of it.
+
+=cut
+
+[output]
+EXAMPLE
+ Whitespace around "this." must be ignored per perlpodspec. >> needs to
+ eat all of the space in front of it.