diff options
-rw-r--r-- | test/UtilTest.php | 2 |
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\\\\\""') ); } |