Commit graph

2 commits

Author SHA1 Message Date
Kim Alvefur
5bf6e7f501 util.jsonpointer: Improve tests
Result of mutation testing

Remaining mutants are mostly relating to the math.type() fallback.

Another case being that array[#array+1] == array[#array+2] and thus
doesn't matter.
2022-10-19 14:21:13 +02:00
Kim Alvefur
11638f57e2 util.jsonpointer: Add basic tests
Example values from RFC 6901
2022-05-08 18:03:44 +02:00