json-ld / yaml-ld

CG specification for YAML-LD and UCR
https://json-ld.github.io/yaml-ld/spec
Other
19 stars 8 forks source link

A few `basic` tests failing #120

Closed anatoly-scherbakov closed 9 months ago

anatoly-scherbakov commented 10 months ago

Comments test

Expand operation converts a mapping with a # in key to an empty object. Try this out in the playground:

{
  "@context": {
    "@vocab": "http://example.com/"
  },
  "@id": "http://example.org/test#example",
  "@type": "t1",
  "notacomment": [
    {"this is#not": "a comment"}
  ]
}