Historique des commits

Auteur SHA1 Message Date
  Ion Bazan a2137d5263 use Symfony PHPUnit Bridge il y a 5 ans
  Gabriel Caruso afc9a7643e Use PHPUnit\Framework\TestCase instead of PHPUnit_Framework_TestCase il y a 7 ans
  Remi Collet a6c6537529 skip no more needed with jsonc 1.3.9 il y a 9 ans
  Remi Collet c014e0882f ignore this test with 'jsonc' il y a 9 ans
  Jordi Boggiano 27aac31970 Fix tests for autocrlf=true checkouts, fixes #4049 il y a 9 ans
  Possum 29ca21f30e PHP version checks tweaking il y a 9 ans
  Possum d7f7418243 some more test failure details il y a 9 ans
  Jordi Boggiano 00ca2a91a3 Fix typo il y a 9 ans
  Jordi Boggiano a5dfaafa02 Add a fixture for the schema validation il y a 9 ans
  Jordi Boggiano 94926218e8 CS fixes il y a 10 ans
  Jordi Boggiano 109f4ffd5e Normalize json across all php versions, fixes #3226 il y a 10 ans
  Jordi Boggiano ed54e8346d Fix json test, fixes #3326 il y a 10 ans
  Jordi Boggiano 8881cec174 Simplify version ranges (hopefully includes hhvm), refs #3049 il y a 10 ans
  Jordi Boggiano 3874a11238 Update json test il y a 10 ans
  Sandy Pleyte 3a2815b778 Added extra unit test from the example in the ticket. il y a 11 ans
  Sandy Pleyte f92f2f45a9 Fix for #2613, when using php < 5.4 there was an unnecessary backslash before each utf-8 char. The problem was that the regexp matched all utf-8 encoded chars (included the ones that where escaped). The new regexp uses the lookbehind feature to check if the backslash isn't prefixed with an other backslash. il y a 11 ans
  Sandy Pleyte 7a902ed96d Fix for #2613, when using php < 5.4 there was an unnecessary backslash before each utf-8 char. The problem was that the regexp matched all utf-8 encoded chars (included the ones that where escaped). The new regexp uses the lookbehind feature to check if the backslash isn't prefixed with an other backslash. il y a 11 ans
  Jordi Boggiano e348642aa7 Fix json manipulator handling of escaped backslashes, fixes #1588 il y a 12 ans
  Jordi Boggiano 521bbe6556 CS fixes il y a 12 ans
  Jordi Boggiano db16f68fbf Tweak exception messages il y a 12 ans
  Robert Schönthal e96e06946f fixed json file tests il y a 12 ans
  Robert Schönthal c517ac6404 fixed issue #347 added file to json validation exception il y a 12 ans
  Jordi Boggiano a30e6109bf Fix 5.4.0 interop in formatting of empty array/objects il y a 12 ans
  Martin Hasoň 947d429c61 Removed definition of global constants reserved for PHP >=5.4 and fixed tests il y a 13 ans
  Jordi Boggiano bd54e43d37 Rework JsonFile API slightly, avoid tokenizing in php if the syntax is valid il y a 13 ans
  digitalkaoz 6929c42848 added schema/syntax validation for composer.json il y a 13 ans
  Volker Dusch 9ede082371 Skip tests if mbstring is not installed il y a 13 ans
  Martin Hasoň e621495c4d Added support for JSON_UNESCAPED_SLASHES il y a 13 ans
  Martin Hasoň ff0f833b3e Added support for JSON_UNESCAPED_UNICODE and fixed parsing string il y a 13 ans
  Martin Hasoň 76a2be5ae0 Fixed detection of missing comma and added detection of missing colon in json il y a 13 ans