Commit 6c1c39d
committed
Test array size when adding to array
In [Section 4.1](https://tools.ietf.org/html/rfc6902#section-4.1) it states:
> The specified index MUST NOT be greater than the number of elements in the array.1 parent 1327f8c commit 6c1c39d
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
115 | 120 | | |
116 | 121 | | |
117 | 122 | | |
| |||
0 commit comments