~ubuntu-branches/ubuntu/saucy/libpod-pom-perl/saucy-proposed

« back to all changes in this revision

Viewing changes to t/testcases/220-mixed-sequences.view-pod

  • Committer: Bazaar Package Importer
  • Author(s): Ryan Niebur, Ryan Niebur, gregor herrmann
  • Date: 2009-03-23 18:30:11 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20090323183011-zr2gif7sl6fe7vsq
Tags: 0.24-1
[ Ryan Niebur ]
* New upstream release
* add myself to uploaders
* fix pod2man errors and add whatis entries to all man pages
  - use quilt
  - add README.source
* update upstream copyright

[ gregor herrmann ]
* debian/copyright: add information for files under inc/.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
=head1 NAME
 
2
 
 
3
220-mixed-sequences
 
4
 
 
5
=head1 TESTCASES
 
6
 
 
7
This is B<bold and I<bold italic>>.
 
8
 
 
9
This is I<italic and B<bold italic>>.
 
10
 
 
11
This is code with a replacable text as italic: C<function(I<argument>)>.
 
12
 
 
13
This is an bold with embedded escapes: B<bold E<amp> bold>.
 
14
 
 
15
Code within non-breaking space sequence: S<< C<< code code code >> >>
 
16