Sha256: a76584fac1e94a4aebb6f085a7ac1ba5a8cb7d9a5c06a7d4af4f3060f1f7211d

Contents?: true

Size: 585 Bytes

Versions: 74

Compression:

Stored size: 585 Bytes

Contents

Feature: Multiline values on single lines
  As a hacker who works with bibliographies
  I would find it practical to have multiline values turned to single lines by default
  Because this is what most BibTeX files will assume.

  Scenario: Multiline value
    When I parse the following file:
    """
    @article{stuff,
      title = "This very long title must be wrapped and continues
               on the next line."
    }
    """
    Then the entry with key "stuff" should have a field "title" with the value "This very long title must be wrapped and continues on the next line."

Version data entries

74 entries across 74 versions & 3 rubygems

Version Path
bibtex-ruby-2.2.1 features/issues/multiline_strings.feature
bibtex-ruby-2.2.0 features/issues/multiline_strings.feature
bibtex-ruby-2.1.2 features/issues/multiline_strings.feature
bibtex-ruby-2.1.1 features/issues/multiline_strings.feature
bibtex-ruby-2.1.0 features/issues/multiline_strings.feature
bibtex-ruby-2.0.12 features/issues/multiline_strings.feature
bibtex-ruby-2.0.11 features/issues/multiline_strings.feature
bibtex-ruby-2.0.10 features/issues/multiline_strings.feature
bibtex-ruby-2.0.9 features/issues/multiline_strings.feature
bibtex-ruby-2.0.8 features/issues/multiline_strings.feature
bibtex-ruby-2.0.7 features/issues/multiline_strings.feature
bibtex-ruby-2.0.6 features/issues/multiline_strings.feature
bibtex-ruby-2.0.5 features/issues/multiline_strings.feature
bibtex-ruby-2.0.4 features/issues/multiline_strings.feature