From 4afe431ad4cfa9a0c61fa1246f476b658c85b11d Mon Sep 17 00:00:00 2001 From: uckelman Date: Thu, 25 Nov 2010 11:36:17 +0000 Subject: Argh. Fixing expected quoted string. git-svn-id: https://vassalengine.svn.sourceforge.net/svnroot/vassalengine/site-src/trunk@7496 67b53d14-2c14-4ace-a08f-0dab2b34000c --- test/UtilTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/UtilTest.php') diff --git a/test/UtilTest.php b/test/UtilTest.php index 9ace7bf..6e4541f 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.3