json-patch / json-patch-tests

Tests for implementations of json-patch
68 stars 21 forks source link

test numeric tokens with leading zeros are rejected #27

Closed darrenjs closed 7 years ago

darrenjs commented 8 years ago

added new tests to reject json pointers like "/foo/01", ie, leading zeros are not permitted.