Sha256: 786084a3bb9b48c7c166a97796dc0d6b0784616890d89cea6c4141ef3b6952e1
Contents?: true
Size: 1.01 KB
Versions: 2
Compression:
Stored size: 1.01 KB
Contents
Feature: Parse BibTeX files and convert LaTeX to Unicode As a hacker who works with bibliographies I want to be able to have autogenerated keys respect non-ASCII characters by transliterating them @default_keys Scenario: A single entry with an author whose name contains non-ASCII characters When I create an entry with these elements: | type | author | title | location | year | | book | Christian Müller | Title | Berlin | 2013 | Then my bibliography should contain an entry with a key like "mu.?ller2013a" @default_keys Scenario: Multiple entries with an author whose name contains non-ASCII characters When I create entries with these elements: | type | author | title | location | year | | book | Christian Müller | First Title | Berlin | 2013 | | book | Christian Müller | Second Title | Berlin | 2013 | Then my bibliography should contain an entry with a key like "mu.?ller2013a" And my bibliography should contain an entry with a key like "mu.?ller2013b"
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
bibtex-ruby-3.0.1 | features/issues/non_ascii_default_keys.feature |
bibtex-ruby-3.0.0 | features/issues/non_ascii_default_keys.feature |