Sha256: a76584fac1e94a4aebb6f085a7ac1ba5a8cb7d9a5c06a7d4af4f3060f1f7211d
Contents?: true
Size: 585 Bytes
Versions: 74
Compression:
Stored size: 585 Bytes
Contents
Feature: Multiline values on single lines As a hacker who works with bibliographies I would find it practical to have multiline values turned to single lines by default Because this is what most BibTeX files will assume. Scenario: Multiline value When I parse the following file: """ @article{stuff, title = "This very long title must be wrapped and continues on the next line." } """ Then the entry with key "stuff" should have a field "title" with the value "This very long title must be wrapped and continues on the next line."
Version data entries
74 entries across 74 versions & 3 rubygems