From ebdfc0385552c37d59889f8b9b13f7777d852500 Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Mon, 26 Mar 2007 20:55:33 +0200 Subject: some test cleanups darcs-hash:20070326185533-7ad00-487a00e955386bdccd145928c7d69178327ded69.gz --- _test/cases/inc/parser/xhtml_links.test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_test/cases/inc/parser') diff --git a/_test/cases/inc/parser/xhtml_links.test.php b/_test/cases/inc/parser/xhtml_links.test.php index 42ffb020e..6a74445b0 100644 --- a/_test/cases/inc/parser/xhtml_links.test.php +++ b/_test/cases/inc/parser/xhtml_links.test.php @@ -12,7 +12,7 @@ class xhtml_links_test extends UnitTestCase { $p = new Doku_Renderer_xhtml(); $p->emaillink('foo@example.com',''); - $expect = '<script>alert(\'"alert"\');</script>'; + $expect = '<script>alert('"alert"');</script>'; $this->assertEqual($p->doc,$expect); } -- cgit v1.2.3