rdflib.js
rdflib.js copied to clipboard
Pass this.flags to `stringToN3`, fixes #650.
Passing this.flags to stringToN3
to ensure that format flags are properly used. Fixes #650
The stringToN3
function resets to default flag 'eif
flagshas no value. This fix ensures that any flags that were set prior to calling
stringToN3` are properly taken into account.