aboutsummaryrefslogtreecommitdiffstats
path: root/spec/util_jsonpointer_spec.lua
Commit message (Collapse)AuthorAgeFilesLines
* util.jsonpointer: Improve testsKim Alvefur2022-10-191-0/+2
| | | | | | | | | 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.
* util.jsonpointer: Add basic testsKim Alvefur2022-05-081-0/+38
Example values from RFC 6901