From f59ebe2718fa832f70f2ed1b146d2393a3749e75 Mon Sep 17 00:00:00 2001 From: uckelman Date: Thu, 25 Nov 2010 11:38:35 +0000 Subject: Make sure quoting is correct. git-svn-id: https://vassalengine.svn.sourceforge.net/svnroot/vassalengine/site-src/trunk@7497 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 6e4541f..769e065 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