mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
add test to reproduce issue #34
This commit is contained in:
parent
26d0ace151
commit
1ec1b2ac83
|
@ -207,4 +207,10 @@ public:
|
||||||
|
|
||||||
TS_ASSERT_EQUALS(test_sheet.get_cell("A1").get_value<long double>(), float_value);
|
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")));
|
||||||
|
}
|
||||||
};
|
};
|
||||||
|
|
BIN
tests/data/genuine/number_empty_shared_strings.xlsx
Normal file
BIN
tests/data/genuine/number_empty_shared_strings.xlsx
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user