-
Notifications
You must be signed in to change notification settings - Fork 159
Description
Apologies if this is not the best place to bring up this issue - if you have a preferred mailing list please point me to it.
I'm trying to follow the Framing Algorithm but have a problem with a couple of the unit tests. In particular t0048, t0049 and tp049 and t0050. What these all have in common is @graph
in a property frame and no top-level @graph
on the frame. As I read step 5.5.1 and its substeps, it would appear that the recurse flag should be false as there is an entry for the graph name in graphMap, and the graphName in state is @merged
(because there is no top-level @graph property on the frame).
So it seems like either the spec or the unit tests are in error. Alternatively, I could be missing something in the spec? (If I am can you point me to the correct place please!)
BTW the Playground also fails these particular unit tests.