Skip to content

Commit

Permalink
Add failing test with additional columns in CSV
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Coch committed Jul 27, 2017
1 parent 3289fde commit 25414d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Tests/CSV/Import.elm
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ inputCSV : String
inputCSV =
CSV.Template.headers
++ """
"Translation.Test","myString","My comment","","Value"
"Translation.Test","myString","My comment","","Value","IGNORE"
"Translation.Test","myFormat","","label","Prefix: {{label}}"
"Translation.Test","myFormatAtBeginning","","label","{{label}} suffix"
"Translation.Test","myFormatAtBeginning","","label","{{label}} suffix","IGNORE","IGNORE"
"Translation.Test","myFormatQuoted","","label","Prefix '{{label}}' suffix"
"""

Expand Down

0 comments on commit 25414d8

Please sign in to comment.