Sha256: 21ba1953de7e9c4de9f73c41e9a15e7c1e46474e5d88d8cab9e6e78f3ecc95fe
Contents?: true
Size: 845 Bytes
Versions: 3
Compression:
Stored size: 845 Bytes
Contents
These tests originated at https://github.com/kr/okjson Except following changes: * GSON generates floats with uppercase 'E' * It doesn't renders Bignum's as numbers, it renders Infinity. See `*bignum*.json` tests * GSON understands escaping illegal characters like single quote and silently skip the backslash. Therefore these tests were renamed: * `invalid15.json` to `decode-invalid15.json{,.exp}` * `invalid16.json` to `decode-invalid16.json{,.exp}` * `invalid17.json` to `decode-invalid17.json{,.exp}` * GSON understands verbatim tabs and line breaks in the JSON string. Therefore these tests were renamed: * `invalid25.json` to `decode-invalid25.json{,.exp}` * `invalid26.json` to `decode-invalid26.json{,.exp}` * `invalid27.json` to `decode-invalid27.json{,.exp}` * `invalid28.json` to `decode-invalid28.json{,.exp}`
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
gson-0.6.1-java | test/okjson/README.markdown |
gson-0.6.0-java | test/okjson/README.markdown |
gson-0.5.0-java | test/okjson/README.markdown |