From 2e7685aa4fd2b068eec0ed151dc4561119ef1996 Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Sun, 13 May 2007 10:46:30 +0000 Subject: [PATCH] vim modeline --- t/00-test.t | 2 ++ t/inc/IP.t | 1 + t/inc/Licenses.t | 6 ++---- t/inc/Sanitizer.t | 3 +++ t/inc/Title.t | 2 +- t/inc/Xml.t | 3 ++- 6 files changed, 11 insertions(+), 6 deletions(-) diff --git a/t/00-test.t b/t/00-test.t index c3defa404a..b9ed2038f5 100644 --- a/t/00-test.t +++ b/t/00-test.t @@ -5,4 +5,6 @@ require 'Test.php'; plan(1); ok(0 == 0); + +/* vim: set filetype=php: */ ?> diff --git a/t/inc/IP.t b/t/inc/IP.t index eb4978b932..82a61fe130 100644 --- a/t/inc/IP.t +++ b/t/inc/IP.t @@ -57,4 +57,5 @@ foreach ( $private as $p ) { ok( ! IP::isPublic( $p ), "$p is not a public IP address" ); } +/* vim: set filetype=php: */ ?> diff --git a/t/inc/Licenses.t b/t/inc/Licenses.t index 86202bd670..7e9f67c89f 100644 --- a/t/inc/Licenses.t +++ b/t/inc/Licenses.t @@ -23,7 +23,5 @@ $str = " #echo $lc->html; - - - -?> \ No newline at end of file +/* vim: set filetype=php: */ +?> diff --git a/t/inc/Sanitizer.t b/t/inc/Sanitizer.t index e3b11b6f47..601f8a8842 100644 --- a/t/inc/Sanitizer.t +++ b/t/inc/Sanitizer.t @@ -60,3 +60,6 @@ cmp_ok( '
Hello world
', 'Self-closing closing div' ); + +/* vim: set filetype=php: */ +?> diff --git a/t/inc/Title.t b/t/inc/Title.t index 5115719778..53ebfcd8b7 100644 --- a/t/inc/Title.t +++ b/t/inc/Title.t @@ -29,5 +29,5 @@ foreach ( range( 1, 255 ) as $num ) { } } - +/* vim: set filetype=php: */ ?> diff --git a/t/inc/Xml.t b/t/inc/Xml.t index bf95cce2b8..527cd7f569 100644 --- a/t/inc/Xml.t +++ b/t/inc/Xml.t @@ -53,4 +53,5 @@ cmp_ok( cmp_ok( Xml::closeElement( 'element' ), '==', '', 'closeElement() shortcut' ); -?> \ No newline at end of file +/* vim: set filetype=php: */ +?> -- 2.20.1