json-ld / json-ld.org

JSON for Linked Data's documentation and playground site
https://json-ld.org/
Other
859 stars 152 forks source link

New test: frame-g010: Multiple named graphs #663

Closed pjohnston-wiley closed 6 years ago

pjohnston-wiley commented 6 years ago

This follows on from a bug and fix i filed on pyld: issue 81. At @davidlehn 's request i am submitting the test so that future implementations don't make the same mistake.

As far as i can tell there aren't any tests that deal with multiple named graphs yet, so i hope this is useful. Please note that none of the following implementations currently comply with what i think should be the results:

TypeError: Cannot read property 'https://json-ld.org/playground-dev/Montague' of undefined

gkellogg commented 6 years ago

@pjohnston-wiley do you plan to update this PR?

gkellogg commented 6 years ago

Great, thanks!