1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-10 00:42:41 +01:00

Minor; fix a unit test

This commit is contained in:
Alan Huang 2012-08-15 09:53:21 -07:00
parent f0be29649d
commit 51c5a9b067

View file

@ -89,7 +89,7 @@ final class AphrontHTTPSinkTestCase extends PhabricatorTestCase {
$sink->writeResponse($response);
$this->assertEqual(
'for(;;);{"x":"\u003ciframe\u003e"}',
'for (;;);{"x":"\u003ciframe\u003e"}',
$sink->getEmittedData(),
"JSONResponse should prevent content-sniffing attacks.");
}