Lines Matching refs:cha
63 ok( Pod::Simple::XMLOutStream->_out("=head1 Cha cha cha \n"),
64 '<Document><head1>Cha cha cha</head1></Document>'
66 ok( Pod::Simple::XMLOutStream->_out("=head1 Cha cha\tcha \n"),
67 '<Document><head1>Cha cha cha</head1></Document>'
75 ok( Pod::Simple::XMLOutStream->_out("=head2 Cha cha\tcha \n"),
76 '<Document><head2>Cha cha cha</head2></Document>'
78 ok( Pod::Simple::XMLOutStream->_out("=head3 Cha cha\tcha \n"),
79 '<Document><head3>Cha cha cha</head3></Document>'
81 ok( Pod::Simple::XMLOutStream->_out("=head4 Cha cha\tcha \n"),
82 '<Document><head4>Cha cha cha</head4></Document>'
84 ok( Pod::Simple::XMLOutStream->_out("=head5 Cha cha\tcha \n"),
85 '<Document><head5>Cha cha cha</head5></Document>'
87 ok( Pod::Simple::XMLOutStream->_out("=head6 Cha cha\tcha \n"),
88 '<Document><head6>Cha cha cha</head6></Document>'