We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fb793e commit c7b4416Copy full SHA for c7b4416
tests.py
@@ -219,7 +219,7 @@ def test_invalid_index(self):
219
# 'a' is not a valid list index
220
doc = [0, 1, 2]
221
self.assertRaises(JsonPointerException, resolve_pointer, doc, '/a')
222
-
+
223
def test_invalid_index_leading_zeros(self):
224
# RFC 6901 specifies that array indices must not have leading zeros
225
0 commit comments