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

Version Path
bibtex-ruby-6.1.0 features/issues/whitespace_keys.feature
bibtex-ruby-6.0.0 features/issues/whitespace_keys.feature
bibtex-ruby-5.1.6 features/issues/whitespace_keys.feature
bibtex-ruby-5.1.5 features/issues/whitespace_keys.feature
metanorma-cli-1.3.4 gems/ruby/2.6.0/gems/bibtex-ruby-5.1.4/features/issues/whitespace_keys.feature
metanorma-cli-1.3.3.1 gems/ruby/2.6.0/gems/bibtex-ruby-5.1.4/features/issues/whitespace_keys.feature
bibtex-ruby-5.1.4 features/issues/whitespace_keys.feature
bibtex-ruby-5.1.3 features/issues/whitespace_keys.feature
bibtex-ruby-5.1.2 features/issues/whitespace_keys.feature
bibtex-ruby-5.1.1 features/issues/whitespace_keys.feature
bibtex-ruby-5.1.0 features/issues/whitespace_keys.feature
bibtex-ruby-5.0.1 features/issues/whitespace_keys.feature
bibtex-ruby-5.0.0 features/issues/whitespace_keys.feature
bibtex-ruby-4.4.7 features/issues/whitespace_keys.feature
bibtex-ruby-4.4.6 features/issues/whitespace_keys.feature
bibtex-ruby-4.4.5 features/issues/whitespace_keys.feature
bibtex_to_scrapbox-0.2.0 gems/gems/bibtex-ruby-4.4.4/features/issues/whitespace_keys.feature
bibtex_to_scrapbox-0.1.0 gems/gems/bibtex-ruby-4.4.4/features/issues/whitespace_keys.feature
bibtex-ruby-4.4.4 features/issues/whitespace_keys.feature
bibtex-ruby-4.4.3 features/issues/whitespace_keys.feature