json-patch / json-patch-tests

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

Test array size when adding to array #24

Closed grncdr closed 9 years ago

grncdr commented 9 years ago

In Section 4.1 it states:

The specified index MUST NOT be greater than the number of elements in the array.

briancavalier commented 9 years ago

:+1: Seems like this plugs a hole in the test suite.

bruth commented 9 years ago

Thank you for the contribution!