Lines Matching full:simple
5 #use Pod::Simple::Debug (6);
7 require Pod::Simple::BlackBox;
10 require Pod::Simple; ok 1;
12 Pod::Simple->VERSION(.90); ok 1;
14 #print "# Pod::Simple version $Pod::Simple::VERSION\n";
16 require Pod::Simple::DumpAsXML; ok 1;
18 require Pod::Simple::XMLOutStream; ok 1;
26 print "# Simple identity tests...\n";
56 print "# Simple XMLification tests...\n";
58 is( Pod::Simple::XMLOutStream->_out("\n\n\nprint \$^T;\n\n\n"),
62 is( Pod::Simple::XMLOutStream->_out("\n\n"),
66 is( Pod::Simple::XMLOutStream->_out("\n"),
70 is( Pod::Simple::XMLOutStream->_out(""),
75 ok( Pod::Simple::XMLOutStream->_out('', '<Document></Document>' ) );
77 is( Pod::Simple::XMLOutStream->_out("=pod\n\nFoo\n"),
81 is( Pod::Simple::XMLOutStream->_out("=head1 Chacha\n\nFoo\n"),
86 is( Pod::Simple::XMLOutStream->_out("=F\0blah\n\nwhatever\n"),