Преглед на файлове

Add docstring to TestMacExcel test function.

Geoffrey J. Teale преди 12 години
родител
ревизия
955d11a182
променени са 1 файла, в които са добавени 4 реда и са изтрити 0 реда
  1. 4 0
      macExcel_test.go

+ 4 - 0
macExcel_test.go

@@ -4,6 +4,10 @@ import (
 	"testing"
 	"testing"
 )
 )
 
 
+// Test that we can successfully read an XLSX file generated by
+// Microsoft Excel for Mac.  In particular this requires that we
+// respect the contents of workbook.xml.rels, which maps the sheet IDs
+// to their internal file names.
 func TestMacExcel(t *testing.T) {
 func TestMacExcel(t *testing.T) {
 	xlsxFile, error := OpenFile("macExcelTest.xlsx")
 	xlsxFile, error := OpenFile("macExcelTest.xlsx")
 	if error != nil {
 	if error != nil {