digitalbazaar / pyld

JSON-LD processor written in Python
https://json-ld.org/
Other
611 stars 131 forks source link

IndexError in jsonld.py_value_match #163

Open ioggstream opened 2 years ago

ioggstream commented 2 years ago

Reproduce

when JsonLdProcessor.get_values(pattern, "@value") == []

I expect

return False

Instead

IndexError