summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/UtilTest.php2
1 files changed, 1 insertions, 1 deletions
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\\\\\\\"\"")
);
}