Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mojolicious/mojo
base: d0f85b095c74
Choose a base ref
...
head repository: mojolicious/mojo
compare: 76bcb8015c9f
Choose a head ref
  • 3 commits
  • 2 files changed
  • 2 contributors

Commits on Nov 8, 2013

  1. Add test for JSON encode and decode of "\a\b"

    There was no test for the encoding to JSON of "\a\b" or the decoding of
    the corresponding JSON data. This change adds such tests.
    ig3 committed Nov 8, 2013
    Copy the full SHA
    7f6b932 View commit details
    Browse the repository at this point in the history
  2. Fix Mojo::JSON - encode "\a\b"

    Mojo::JSON has incorrect value associated with the escaped special
    character 'b'. This change corrects the value, from '\x07' to '\x08'.
    ig3 committed Nov 8, 2013
    Copy the full SHA
    42fb620 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #561 from ig3/JSON_b

    Mojo::JSON encoding and decoding of binary data "\a\b"
    kraih committed Nov 8, 2013
    Copy the full SHA
    76bcb80 View commit details
    Browse the repository at this point in the history