Sha256: fdbb9d4159ab9a9a8b3e2edb24cef3963578c4a3be937ff91ddcd6cc9d44b0d5
Contents?: true
Size: 650 Bytes
Versions: 86
Compression:
Stored size: 650 Bytes
Contents
Feature: Parse BibTeX files with trailing commas As a hacker who works with bibliographies I want to be able to parse BibTeX files with a trailing comma Scenario: A BibTeX file with lots of objects and comments When I parse the following file: """ @article{rb2011, author = {Keil, Sylvester}, title = "BibTeX-Ruby", year = 2011, }, @article{key03, year = 2000, title = "A {bunch {of} braces {in}} title", }, """ Then my bibliography should contain an entry with key "rb2011" And my bibliography should contain 1 articles published in 2011 And my bibliography should contain an entry with key "key03"
Version data entries
86 entries across 86 versions & 3 rubygems