aboutsummaryrefslogtreecommitdiffstats
path: root/reader/reader_test.go
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--reader/reader_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/reader/reader_test.go b/reader/reader_test.go
index 9bb88b2..da66deb 100644
--- a/reader/reader_test.go
+++ b/reader/reader_test.go
@@ -100,6 +100,7 @@ func TestReadXLSX(t *testing.T) {
sheet, cellref, val string
}{
{"Summary", "A2", "Date:"},
+ {"Summary", "IG10", "Botticelli"},
{"Another Sheet", "F5", "4.2"},
{"Another Sheet", "J22", "18"},
}