summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/text/verbatim
blob: 689a60f94dfa299b93a4ef79a740b8c3a3109b2a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[name]
Verbatim text

[input]
=pod

text

  line1
  
  line3

[output]
    text

      line1
  
      line3