Revert to original plus TestIssue47 added

This commit is contained in:
sergeilem
2018-10-02 23:30:18 +03:00
parent 539786826c
commit 10d6c30f15
6 changed files with 54 additions and 0 deletions

14
issue47_test.go Normal file
View File

@@ -0,0 +1,14 @@
package xls
import (
"testing"
)
func TestIssue47(t *testing.T) {
e := compareXlsXlsx("issue47")
if e != "" {
t.Fatalf("XLS an XLSX are not equal: %s", e)
}
}