Sandy Pleyte 3a2815b778 Added extra unit test from the example in the ticket. %!s(int64=11) %!d(string=hai) anos
..
JsonFileTest.php 3a2815b778 Added extra unit test from the example in the ticket. %!s(int64=11) %!d(string=hai) anos
JsonFormatterTest.php 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. %!s(int64=11) %!d(string=hai) anos
JsonManipulatorTest.php 99f5b5a238 Fix backtracking issue in json manipulations, fixes #2583 %!s(int64=11) %!d(string=hai) anos
JsonValidationExceptionTest.php 94635c0d14 [tests] Unit tests for JsonValidationException class %!s(int64=11) %!d(string=hai) anos