Daniel1of1 / CSwiftV

A csv parser written in swift conforming to rfc4180
BSD 3-Clause "New" or "Revised" License
171 stars 46 forks source link

Update CSwiftVTests.swift #19

Closed cbarrerah closed 8 years ago

cbarrerah commented 8 years ago

Updated some calls to adapt to the proposed swift 3 changes in the CSwiftV.swift file

cbarrerah commented 8 years ago

It may be true, the code i uploaded had just one requisite, compile on swift 3 (the snapshot before the june one), and xcode complained about the lack of parameter name, so i hacked it.

It's true that with the new API Guidelines, records(from: testString) would look much cleaner.