kevin-montrose / Cesil

Modern CSV (De)Serializer
MIT License
65 stars 3 forks source link

Test weird reflection cases #39

Closed kevin-montrose closed 3 years ago

kevin-montrose commented 3 years ago

All the weird untested cases revolve around module methods, fields, and the <Module> type.

Fantastically unlikely this will ever matter for client code, but the cases are testable - so now they are tested. Closes #3 .

Visible changes