stleary / JSON-Java-unit-test

Junit test harness to validate the JSON-Java GitHub project code.
Apache License 2.0
28 stars 45 forks source link

Tests for Issue #240 in JSON-Java #50

Closed johnjaylward closed 8 years ago

johnjaylward commented 8 years ago

So this includes 2 changes:

  1. Updates the build.gradle and the source folder locations to match the default gradle configuration. This makes it easier to get imported into IDE tools like Eclipse or Netbeans.
  2. Adds a test case that cycles through all the control characters as defined in RFC 7159 and verifies the validity of each character. The ones that don't pass are \0, \n, and \r. The test case verifies these failures as well
stleary commented 8 years ago

Clearly documents the actual behavior. Look good, thanks. Would you please also update the README in the pull request, which I think is no longer accurate?

johnjaylward commented 8 years ago

that should fix the paths. Also added the Unix type commands