Sha256: 40d94a2d1f5333d45fdaf7284e7689c0bd40f3cf96b74ad7d279c232f52f46bc
Contents?: true
Size: 798 Bytes
Versions: 92
Compression:
Stored size: 798 Bytes
Contents
Feature: Keys containing '/' symbols As a hacker who works with bibliographies I want to parse BibTeX entries with keys containing slashes Because they frequently occur in key naming schemes Scenario: An entry taken from the DBLP When I parse the following file: """ @article{DBLP:journals/dq/RossinK99, author = {Donald F. Rossin and Barbara D. Klein}, title = {Data Errors in Neural Network and Linear Regression Models: An Experimental Comparison}, journal = {Data Quality Journal}, volume = {5}, year = {1999}, ee = {http://www.dataquality.com/999KR.htm}, bibsource = {DBLP, http://dblp.uni-trier.de} } """ Then my bibliography should contain an article with id "DBLP:journals/dq/RossinK99"
Version data entries
92 entries across 92 versions & 3 rubygems