Skip to content

Commit

Permalink
Fix CS
Browse files Browse the repository at this point in the history
  • Loading branch information
willdurand committed Oct 21, 2013
1 parent 76e13fc commit 58c0a6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/JsonpCallbackValidatorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public static function dataProviderForTestValidate()
array('array_of_functions["key"]', self::IS_VALID),
array('_function', self::IS_VALID),
array('petersCallback1412331422[12]', self::IS_VALID),
array('(function xss(x) {evil()})', self::IS_INVALID),
array('(function xss(x){evil()})', self::IS_INVALID),
array('', self::IS_INVALID),
array('alert()', self::IS_INVALID),
array('test()', self::IS_INVALID),
Expand Down

0 comments on commit 58c0a6c

Please sign in to comment.