diff options
Diffstat (limited to 't/inc/Xml.t')
-rw-r--r-- | t/inc/Xml.t | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/t/inc/Xml.t b/t/inc/Xml.t index bf95cce2..527cd7f5 100644 --- a/t/inc/Xml.t +++ b/t/inc/Xml.t @@ -53,4 +53,5 @@ cmp_ok( cmp_ok( Xml::closeElement( 'element' ), '==', '</element>', 'closeElement() shortcut' ); -?>
\ No newline at end of file +/* vim: set filetype=php: */ +?> |