Skip to content

Instantly share code, notes, and snippets.

@plentz
Created February 21, 2012 02:49
Show Gist options
  • Save plentz/1873213 to your computer and use it in GitHub Desktop.
Save plentz/1873213 to your computer and use it in GitHub Desktop.
Failure:
test_json_encode(OkJsonTest) [ok_json_test.rb:14]:
Expected: "{\"message\":\"á\"}"
  Actual: "{\"message\":\"\\ufffd\"}"

to

Failure:
test_json_encode(OkJsonTest) [ok_json_test.rb:14]:
Expected: "{\"message\":\"á\"}"
  Actual: "{\"message\":\"\\u00e1\"}"
@plentz
Copy link
Author

plentz commented Feb 21, 2012

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment