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

Version Path
bibtex-ruby-2.2.1 features/issues/slash_keys.feature
bibtex-ruby-2.2.0 features/issues/slash_keys.feature
bibtex-ruby-2.1.2 features/issues/slash_keys.feature
bibtex-ruby-2.1.1 features/issues/slash_keys.feature
bibtex-ruby-2.1.0 features/issues/slash_keys.feature
bibtex-ruby-2.0.12 features/issues/slash_keys.feature
bibtex-ruby-2.0.11 features/issues/slash_keys.feature
bibtex-ruby-2.0.10 features/issues/slash_keys.feature
bibtex-ruby-2.0.9 features/issues/slash_keys.feature
bibtex-ruby-2.0.8 features/issues/slash_keys.feature
bibtex-ruby-2.0.7 features/issues/slash_keys.feature
bibtex-ruby-2.0.6 features/issues/slash_keys.feature
bibtex-ruby-2.0.5 features/issues/slash_keys.feature
bibtex-ruby-2.0.4 features/issues/slash_keys.feature
bibtex-ruby-2.0.3 features/issues/slash_keys.feature
bibtex-ruby-2.0.2 features/issues/slash_keys.feature
bibtex-ruby-2.0.1 features/issues/slash_keys.feature
bibtex-ruby-2.0.0 features/issues/slash_keys.feature
bibtex-ruby-2.0.0pre1 features/issues/slash_keys.feature
bibtex-ruby-1.3.12 features/issues/slash_keys.feature