Skip to:
In parsing
GivenScenarios <CSV of paths>
CSV should support newlines between paths, e.g.
GivenScenarios /very/long/path, /another/long/path
Currently, the presence of newlines will prevent the parsing of the CSV.
In parsing
GivenScenarios <CSV of paths>
CSV should support newlines between paths, e.g.
GivenScenarios /very/long/path,
/another/long/path
Currently, the presence of newlines will prevent the parsing of the CSV.