Lines Matching full:simple
5 #use Pod::Simple::Debug (6);
13 use Pod::Simple::DumpAsXML;
14 use Pod::Simple::XMLOutStream;
15 print "# Pod::Simple version $Pod::Simple::VERSION\n";
18 print "# Simple tests for head1 - head6...\n";
19 is( Pod::Simple::XMLOutStream->_out("\n=head1 Chacha\n\n"),
22 is( Pod::Simple::XMLOutStream->_out("\n=head2 Chacha\n\n"),
25 is( Pod::Simple::XMLOutStream->_out("\n=head3 Chacha\n\n"),
28 is( Pod::Simple::XMLOutStream->_out("\n=head4 Chacha\n\n"),
31 is( Pod::Simple::XMLOutStream->_out("\n=head5 Chacha\n\n"),
34 is( Pod::Simple::XMLOutStream->_out("\n=head6 Chacha\n\n"),
46 is( Pod::Simple::XMLOutStream->_out("=head1 Chachacha"),
52 is( Pod::Simple::XMLOutStream->_out("=head1 Cha cha cha \n"),
55 is( Pod::Simple::XMLOutStream->_out("=head1 Cha cha\tcha \n"),
64 is( Pod::Simple::XMLOutStream->_out("=head2 Cha cha\tcha \n"),
67 is( Pod::Simple::XMLOutStream->_out("=head3 Cha cha\tcha \n"),
70 is( Pod::Simple::XMLOutStream->_out("=head4 Cha cha\tcha \n"),
73 is( Pod::Simple::XMLOutStream->_out("=head5 Cha cha\tcha \n"),
76 is( Pod::Simple::XMLOutStream->_out("=head6 Cha cha\tcha \n"),
82 is( Pod::Simple::XMLOutStream->_out("=head4 fooE<64>bar!\n"),
83 Pod::Simple::XMLOutStream->_out("\n=head4 foo\@bar!\n\n"),