From addbb83521283674b933725cea1f7824632bbe52 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Sun, 28 Jul 2013 09:08:20 +0200 Subject: Fixed some StringReplacer tests --- tests/Framework/StringReplacer.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Framework/StringReplacer.php b/tests/Framework/StringReplacer.php index e8a762a39..f2643f838 100644 --- a/tests/Framework/StringReplacer.php +++ b/tests/Framework/StringReplacer.php @@ -27,7 +27,7 @@ class Framework_StringReplacer extends PHPUnit_Framework_TestCase array('http://domain.tld/path*path2', 'http://domain.tld/path*path2'), array("Click this link:\nhttps://mail.xn--brderli-o2a.ch/rc/ EOF", "Click this link:\nhttps://mail.xn--brderli-o2a.ch/rc/ EOF"), array('Start http://localhost/?foo End', 'Start http://localhost/?foo End'), - array('http://localhost/?foo=bar. Period', 'http://localhost/?foo=bar. Period'), + array('http://localhost/?foo=bar. Period', 'http://localhost/?foo=bar. Period'), array('www.domain.tld', 'www.domain.tld'), array('WWW.DOMAIN.TLD', 'WWW.DOMAIN.TLD'), array('[http://link.com]', '[http://link.com]'), @@ -36,7 +36,7 @@ class Framework_StringReplacer extends PHPUnit_Framework_TestCase array('(http://link.com)', '(http://link.com)'), array('http://link.com?a(b)c', 'http://link.com?a(b)c'), array('http://link.com?(link)', 'http://link.com?(link)'), - array('https://github.com/a/b/compare/3a0f82...1f4b2a after', 'https://github.com/a/b/compare/3a0f82...1f4b2a after'), + array('https://github.com/a/b/compare/3a0f82...1f4b2a after', 'https://github.com/a/b/compare/3a0f82...1f4b2a after'), array('http://', 'http://'), array('http://', 'http://'), array('1@1.com www.domain.tld', '1@1.com www.domain.tld'), -- cgit v1.2.3