Sha256: aa2f3e3683229bc436e98b0cb39f20a645bad726b45d8ec7448ccde7dba111a0

Contents?: true

Size: 712 Bytes

Versions: 17

Compression:

Stored size: 712 Bytes

Contents

Feature: Get validation information messages

  Scenario: LF line endings in file give an info message
    Given I have a CSV file called "lf-line-endings.csv"
    And it is stored at the url "http://example.com/example1.csv"
    And I set header to "true"
    And I ask if there are info messages
    Then there should be 1 info messages
    And one of the messages should have the type "nonrfc_line_breaks"

  Scenario: CRLF line endings in file produces no info messages
    Given I have a CSV file called "crlf-line-endings.csv"
    And it is stored at the url "http://example.com/example1.csv"
    And I set header to "true"
    And I ask if there are info messages
    Then there should be 0 info messages

Version data entries

17 entries across 17 versions & 3 rubygems

Version Path
csvlint-1.5.0 features/validation_info.feature
csvlint-1.4.0 features/validation_info.feature
csvlint-1.3.0 features/validation_info.feature
csvlint-1.2.0 features/validation_info.feature
csvlint-1.1.0 features/validation_info.feature
csvlint-1.0.0 features/validation_info.feature
csvlint-0.4.0 features/validation_info.feature
csvlint-0.3.3 features/validation_info.feature
csvlint-0.3.2 features/validation_info.feature
csvlint-0.3.1 features/validation_info.feature
csvlint-0.3.0 features/validation_info.feature
wjordan213-csvlint-0.2.8 features/validation_info.feature
wjordan213.csvlint-0.2.8 features/validation_info.feature
csvlint-0.2.6 features/validation_info.feature
csvlint-0.2.5 features/validation_info.feature
csvlint-0.2.4 features/validation_info.feature
csvlint-0.2.2 features/validation_info.feature