Fix handling of CSV files with empty columns and rows (#149)

* Fix #147

* Add localization test project, fix empty rows in general

* Fill out 'normal' CSV in localization test project

* Update Changelog
This commit is contained in:
Lucien Greathouse
2019-04-04 13:16:10 -07:00
committed by GitHub
parent 54b82760cd
commit d725970e6e
7 changed files with 118 additions and 9 deletions

View File

@@ -33,6 +33,7 @@ macro_rules! generate_snapshot_tests {
generate_snapshot_tests!(
empty,
localization,
multi_partition_game,
nested_partitions,
single_partition_game,