diff options
Diffstat (limited to 'cpan/Pod-Simple/t/corpus/encwarn01.xml')
-rw-r--r-- | cpan/Pod-Simple/t/corpus/encwarn01.xml | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/cpan/Pod-Simple/t/corpus/encwarn01.xml b/cpan/Pod-Simple/t/corpus/encwarn01.xml new file mode 100644 index 0000000000..d64d56f55b --- /dev/null +++ b/cpan/Pod-Simple/t/corpus/encwarn01.xml @@ -0,0 +1,36 @@ +<Document start_line="2"> + <head1 start_line="2"> + NAME + </head1> + <Para start_line="4"> + Encoding Warning 1 - implicitly Latin-1 + </Para> + <head2 start_line="6"> + DESCRIPTION + </head2> + <Para start_line="8"> + This line should warn that the word café contains a non-ASCII + character. + </Para> + <Para start_line="10"> + But château should not generate a warning - once is enough. + </Para> + <head1 errata="1" start_line="-321"> + POD ERRORS + </head1> + <Para errata="1" start_line="-321"> + Hey! + <B> + The above document had some coding errors, which are explained below: + </B> + </Para> + <over-text errata="1" indent="4" start_line="-321"> + <item-text start_line="-321"> + Around line 8: + </item-text> + <Para start_line="-321"> + Non-ASCII character seen before =encoding in 'café'. Assuming + ISO8859-1 + </Para> + </over-text> +</Document> |