Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

RinkeHoekstra
Copy link
Contributor

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
Copy link
Contributor Author

The CI / npm-publish-build (pull_request) failure has nothing to do with the change in the pull request. I think there's something off with the build workflow.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

stringToN3 uses invalid delimiter for literals that contain quotes or newlines.
1 participant