From ba56609798b023768410c3ada7f9784c5e150ac7 Mon Sep 17 00:00:00 2001 From: uckelman Date: Thu, 25 Nov 2010 11:40:10 +0000 Subject: Ack. More quote fixing. git-svn-id: https://vassalengine.svn.sourceforge.net/svnroot/vassalengine/site-src/trunk@7498 67b53d14-2c14-4ace-a08f-0dab2b34000c --- test/UtilTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/UtilTest.php b/test/UtilTest.php index 769e065..6235133 100644 --- a/test/UtilTest.php +++ b/test/UtilTest.php @@ -23,7 +23,7 @@ class UtilTest extends PHPUnit_Framework_TestCase { return array( array('Joel Uckelman', '"Joel Uckelman"'), array('L.Tankersley', '"L.Tankersley"'), - array('"\foo\"', "\"\\\"\\\\foo\\\"\"") + array('"\foo\"', "\"\\\"\\\\foo\\\\\\\"\"") ); } -- cgit v1.2.1