which defers statements internally to pick up the work with
the next chunk. Should the chunk parser not be called
anymore any statements recorded as deferred would be lost.
An example to reproduce the bug (TriG mode):
{ [ a ] .}
With this fix applied the above correctly produces the
following 2 quads:
_:genid1 .
_:genid1 .
which defers statements internally to pick up the work with the next chunk. Should the chunk parser not be called anymore any statements recorded as deferred would be lost.
An example to reproduce the bug (TriG mode):