rdflib.js icon indicating copy to clipboard operation
rdflib.js copied to clipboard

Pass this.flags to `stringToN3`, fixes #650.

Open RinkeHoekstra opened this issue 7 months ago • 1 comments

Passing this.flags to stringToN3 to ensure that format flags are properly used. Fixes #650

The stringToN3 function resets to default flag 'eifflagshas no value. This fix ensures that any flags that were set prior to callingstringToN3` are properly taken into account.

RinkeHoekstra avatar Jul 10 '24 12:07 RinkeHoekstra