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: if inside string ignore text-delimiters #71

Merged
merged 1 commit into from
Feb 26, 2024
Merged

fix: if inside string ignore text-delimiters #71

merged 1 commit into from
Feb 26, 2024

Conversation

close2
Copy link
Owner

@close2 close2 commented Feb 26, 2024

Fixes issue #70.

If inside an unquoted string, text-delimiters are ignored instead of swallowed. This (partially?) fixes issue #70.
Example: "A B", "C, D" will now produce [["A B",' "C',' D"']] instead of [["A B",' C',' D']].

Fixes issue #70.

If inside an unquoted string, text-delimiters are ignored instead of swallowed.
This (partially?) fixes issue #70.
Example: `"A B", "C, D"` will now produce `[["A B",' "C',' D"']]` instead of `[["A B",' C',' D']]`.
@close2 close2 merged commit a6856fb into master Feb 26, 2024
3 checks passed
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.

None yet

1 participant