summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoruckelman <uckelman@nomic.net>2010-11-25 11:36:17 +0000
committeruckelman <uckelman@nomic.net>2010-11-25 11:36:17 +0000
commit4afe431ad4cfa9a0c61fa1246f476b658c85b11d (patch)
tree25ce31159257f6348b840d6889937ae906c68a6d
parente884693112da5369475d491f1a9aaf0548da7216 (diff)
Argh. Fixing expected quoted string.
git-svn-id: https://vassalengine.svn.sourceforge.net/svnroot/vassalengine/site-src/trunk@7496 67b53d14-2c14-4ace-a08f-0dab2b34000c
-rw-r--r--test/UtilTest.php2
1 files changed, 1 insertions, 1 deletions
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\\\\\""')
);
}