Skip to content

expansion algorithm: missing closing parenthesis #556

Open
@Johann150

Description

@Johann150

In the expansion algorith, step 7 says:

json-ld-api/index.html

Lines 2524 to 2529 in 9db973a

If <var>from map</var> is undefined or <code>false</code>,
and <var>element</var> does not contain an <a>entry</a> expanding to <code>@value</code>,
and <var>element</var> does not consist of a single <a>entry</a> expanding to <code>@id</code>
(where <a>entries</a> are <span class="changed"><a data-lt="IRI expanding">IRI expanded</a></span>,
set <var>active context</var> to <a>previous context</a> from <var>active context</var>,
as the scope of a term-scoped <a>context</a> does not apply when processing new <a>node objects</a>.</li>

On line 2527 there is an opening parenthesis that is not closed. I can only guess that the intention was to close the parenthesis on the same line, or is the "where" intended as a condition?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Status

    Errata

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions