Skip to content

Non-Entries/Comments are not interpreted correctly #133

Description

@nils-werner

According to btxdoc, Section 4, item 7, p. 13

BibTeX allows in the database files any comment that's not within an entry. If you want to comment out an entry, simply remove the @ character preceding the entry type.

However when you parse the following database

@ARTICLE{bla,
    author={Fartsy},
    title={Title},
}

year=nonsense,

year gets added to the entry like

{u'}\n\nyear': u'nonsense,', 'ID': 'bla', ... }

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions