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

fix!: Treats escaped enclosures as normal chars #56

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

Conversation

sttk
Copy link
Contributor

@sttk sttk commented Mar 26, 2022

This PR is to fix the issue #51.

This PR modifies isEnclosure function to ignore enclosures if they are escaped.

(fixes #51)

@phated phated changed the title Treats escaped enclosures as normal chars. fix!: Treats escaped enclosures as normal chars Apr 22, 2022
@Woodpile37

This comment was marked as spam.

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

Successfully merging this pull request may close these issues.

Our enclosure logic doesn't account for escaped brackets.
2 participants