scautable
scautable copied to clipboard
Empty file
test("Some random CSV files") {
// val whiskey = CSV.absolutePath(Generated.resourceDir0 + "testFile" + Generated.pathSep + "whiskey.csv").toSeq
// assert(whiskey.length == 86)
val longRow = CSV.absolutePath(Generated.resourceDir0 + "testFile" + Generated.pathSep + "empty_file.csv").toSeq
longRow.toSeq.take(10).ptbln
}
crashes compiler what's the right behaviour? can we emity a warning and not crash?