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

read_bib() doesn't seem to be handling = in text well enough #117

Closed
jmbarbone opened this issue Apr 17, 2022 · 0 comments · Fixed by #118
Closed

read_bib() doesn't seem to be handling = in text well enough #117

jmbarbone opened this issue Apr 17, 2022 · 0 comments · Fixed by #118
Assignees
Labels
bug 🐛 Something isn't working

Comments

@jmbarbone
Copy link
Owner

mark::read_bib(textConnection("
  @article{key,
  author     = {Barbone, Jordan Mark},
  title      = {I wrote a cool article},
  year       = {2020},
  month      = {Mar},
  note       = {This has an = and it's bad},
}"))
#>   key   field               author                  title year month
#> 1 key article Barbone, Jordan Mark I wrote a cool article 2020   Mar
#>                                     note
#> 1 c(" {This has an ", " and it's bad},")

Created on 2022-04-16 by the reprex package (v2.0.1)

@jmbarbone jmbarbone added the bug 🐛 Something isn't working label Apr 17, 2022
@jmbarbone jmbarbone self-assigned this Apr 17, 2022
@jmbarbone jmbarbone mentioned this issue Apr 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant