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-6.1.0 features/issues/slash_keys.feature
bibtex-ruby-6.0.0 features/issues/slash_keys.feature
bibtex-ruby-5.1.6 features/issues/slash_keys.feature
bibtex-ruby-5.1.5 features/issues/slash_keys.feature
metanorma-cli-1.3.4 gems/ruby/2.6.0/gems/bibtex-ruby-5.1.4/features/issues/slash_keys.feature
metanorma-cli-1.3.3.1 gems/ruby/2.6.0/gems/bibtex-ruby-5.1.4/features/issues/slash_keys.feature
bibtex-ruby-5.1.4 features/issues/slash_keys.feature
bibtex-ruby-5.1.3 features/issues/slash_keys.feature
bibtex-ruby-5.1.2 features/issues/slash_keys.feature
bibtex-ruby-5.1.1 features/issues/slash_keys.feature
bibtex-ruby-5.1.0 features/issues/slash_keys.feature
bibtex-ruby-5.0.1 features/issues/slash_keys.feature
bibtex-ruby-5.0.0 features/issues/slash_keys.feature
bibtex-ruby-4.4.7 features/issues/slash_keys.feature
bibtex-ruby-4.4.6 features/issues/slash_keys.feature
bibtex-ruby-4.4.5 features/issues/slash_keys.feature
bibtex_to_scrapbox-0.2.0 gems/gems/bibtex-ruby-4.4.4/features/issues/slash_keys.feature
bibtex_to_scrapbox-0.1.0 gems/gems/bibtex-ruby-4.4.4/features/issues/slash_keys.feature
bibtex-ruby-4.4.4 features/issues/slash_keys.feature
bibtex-ruby-4.4.3 features/issues/slash_keys.feature