w3c / json-ld-framing

JSON-LD 1.1 Framing Specification
https://w3c.github.io/json-ld-framing/
Other
24 stars 20 forks source link

Add test with empty frame and empty context. #158

Closed davidlehn closed 4 months ago

davidlehn commented 5 months ago

Test matching an empty frame with data with a type with an empty context and other protected terms. This catches a specific Python implementation issue related to falsey empty dictionaries.

The test was reduced from an implementation bug report. It may be possible to reduce further, but this is fairly minimal.

Suggestions welcome for improved name/purpose text.

gkellogg commented 4 months ago

This PR was discussed in a meeting.

PR w3c/json-ld-framing#158
https://github.com/w3c/json-ld-framing/pull/158 -> Pull Request 158 Add test with empty frame and empty context. (by davidlehn) [test:missing-coverage]
Niklas Lindström: For the record, PR 593 looks good.