Skip to content

Fix bibtex parser to preserve spaces after nested braced strings - #571

Open
wilbowma wants to merge 1 commit into
racket:masterfrom
wilbowma:fix-bibtex-braced-string-spacing
Open

Fix bibtex parser to preserve spaces after nested braced strings#571
wilbowma wants to merge 1 commit into
racket:masterfrom
wilbowma:fix-bibtex-braced-string-spacing

Conversation

@wilbowma

Copy link
Copy Markdown
Contributor

The parser was incorrectly consuming whitespace following nested braced strings like {ACM}, causing "Advances in {ACM} Technology" to become "Advances in ACMTechnology". Changed read-braced-value to call itself recursively for nested braces instead of read-value, which consumes trailing whitespace.

The parser was incorrectly consuming whitespace following nested braced
strings like {ACM}, causing "Advances in {ACM} Technology" to become
"Advances in ACMTechnology". Changed read-braced-value to call itself
recursively for nested braces instead of read-value, which consumes
trailing whitespace.

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Resyntax analyzed 2 files in this pull request and found no issues.

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.

1 participant