From 873afe6854cebbd385ccdf5cc6ac981d45c78897 Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Sun, 28 Jan 2007 12:55:56 +0100 Subject: fixed test cases for recent renderer to handler function moves darcs-hash:20070128115556-7ad00-fb57f70eee08ae82e9b55a19edef3d6aee4f2345.gz --- _test/cases/inc/parser/parser_links.test.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '_test') diff --git a/_test/cases/inc/parser/parser_links.test.php b/_test/cases/inc/parser/parser_links.test.php index 7bd0e7f16..05ea12f64 100644 --- a/_test/cases/inc/parser/parser_links.test.php +++ b/_test/cases/inc/parser/parser_links.test.php @@ -58,7 +58,7 @@ class TestOfDoku_Parser_Links extends TestOfDoku_Parser { array('document_start',array()), array('p_open',array()), array('cdata',array("\n".'Foo ')), - array('externallink',array('www.google.com', NULL)), + array('externallink',array('http://www.google.com', 'www.google.com')), array('cdata',array(' Bar'."\n")), array('p_close',array()), array('document_end',array()), @@ -73,7 +73,7 @@ class TestOfDoku_Parser_Links extends TestOfDoku_Parser { array('document_start',array()), array('p_open',array()), array('cdata',array("\n".'Foo ')), - array('externallink',array('ftp.sunsite.com', NULL)), + array('externallink',array('ftp://ftp.sunsite.com', 'ftp.sunsite.com')), array('cdata',array(' Bar'."\n")), array('p_close',array()), array('document_end',array()), -- cgit v1.2.3