diff options
author | Craig Andrews <candrews@integralblue.com> | 2009-09-09 16:57:11 -0400 |
---|---|---|
committer | Craig Andrews <candrews@integralblue.com> | 2009-09-09 16:57:11 -0400 |
commit | aecdba1ded89b45f32d0b7615ce6b103478403dd (patch) | |
tree | f0f09d809852cffd3e6ab6b00c320991c4caa06c /tests | |
parent | 7a910961b6e2b5f1fe21a4a9d0b66f5a7d911250 (diff) |
:: isn't a valid IPv6 address for our purposes
Diffstat (limited to 'tests')
-rw-r--r-- | tests/URLDetectionTest.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/URLDetectionTest.php b/tests/URLDetectionTest.php index c5d29e0f6..87b537646 100644 --- a/tests/URLDetectionTest.php +++ b/tests/URLDetectionTest.php @@ -25,6 +25,8 @@ class URLDetectionTest extends PHPUnit_Framework_TestCase static public function provider() { return array( + array('not a link :: no way', + 'not a link :: no way'), array('http://127.0.0.1', '<a href="http://127.0.0.1/" rel="external">http://127.0.0.1</a>'), array('127.0.0.1', |