Sha256: 4f46352c0b80db58a1ec69550701f69f6a577177d95292d296d04817e7090f8e
Contents?: true
Size: 978 Bytes
Versions: 63
Compression:
Stored size: 978 Bytes
Contents
Feature: Whitespace in before cite keys As a hacker who works with bibliographies I want to parse BibTeX entries with whitespace before the cite key Because they frequently occur in the wild Scenario: An entry with spaces before the cite key When I parse the following file: """ @InCollection{ brown:family:1997, address = {Princeton}, title = {Family Strategies and Religious Practice: Baptism and the Lord's Supper in Early New England}, booktitle = {Lived Religion in America: Toward a History of Practice}, shorttitle = {Family Strategies}, publisher = {Princeton University Press}, author = {Brown, Anne S. and Hall, David D.}, editor = {Hall, David D.}, year = {1997}, pages = {41--68}, crossref = {hall:lived:1997} } """ Then my bibliography should contain an incollection with id "brown:family:1997"
Version data entries
63 entries across 63 versions & 3 rubygems