Sha256: 027603fc3cd45f3d6c840590a743cbee30c6d3e968ad39f7566eb9b03d3f59cc
Contents?: true
Size: 591 Bytes
Versions: 54
Compression:
Stored size: 591 Bytes
Contents
Feature: Keys containing non-ASCII characters As a hacker who works with bibliographies I want to parse BibTeX entries with keys containing non-ASCII characters Because they can occur in many languages other than English Scenario: An entry whose key contains a German umlaut When I parse the following file: """ @article{müller.2011, author = {Christian Müller}, title = {Important article}, journal = {Not so important journal}, volume = {5}, year = {2011} } """ Then my bibliography should contain an article with id "müller.2011"
Version data entries
54 entries across 54 versions & 3 rubygems