Ignore any following columns in a CSV file

This commit is contained in:
Patrick Niklaus
2016-08-12 19:12:55 +02:00
parent 087080a6c3
commit 2f6de614c1
2 changed files with 3 additions and 3 deletions
@@ -23,7 +23,7 @@ Feature: Traffic - turn penalties applied to turn onto which a phantom node snap
Scenario: Weighting based on turn penalty file, with an extreme negative value -- clamps and does not fail
Given the turn penalty file
"""
1,2,5,0
1,2,5,0,comment
3,4,7,-20
"""
And the contract extra arguments "--turn-penalty-file penalties.csv"