add test to reproduce issue #34

This commit is contained in:
Thomas Fussell 2015-12-22 14:39:06 -05:00
parent 26d0ace151
commit 1ec1b2ac83
2 changed files with 6 additions and 0 deletions

View File

@ -207,4 +207,10 @@ public:
TS_ASSERT_EQUALS(test_sheet.get_cell("A1").get_value<long double>(), float_value);
}
void test_read_empty_shared_strings()
{
xlnt::workbook test_ss;
TS_ASSERT_THROWS_NOTHING(test_ss.load(PathHelper::GetDataDirectory("/genuine/number_empty_shared_strings.xlsx")));
}
};

Binary file not shown.