Skip to content

Commit

Permalink
test: cleanup files
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdecaf committed Aug 7, 2023
1 parent 8a10819 commit 4413343
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 25 deletions.
5 changes: 0 additions & 5 deletions encoding_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,11 +118,6 @@ func TestExtendedCharacters(t *testing.T) {
_, name, _ := charset.DetermineEncoding(bs, "plain/text")
require.Equal(t, "utf-8", name)

bs, err = os.ReadFile(filepath.Join("test", "testdata", "nonascii-windows1252.ach"))
require.NoError(t, err)
_, name, _ = charset.DetermineEncoding(bs, "plain/text")
require.Equal(t, "windows-1252", name)

bs, err = os.ReadFile(filepath.Join("test", "testdata", "nonascii.ach"))
require.NoError(t, err)
_, name, _ = charset.DetermineEncoding(bs, "plain/text")
Expand Down
20 changes: 0 additions & 20 deletions test/testdata/nonascii-windows1252.ach

This file was deleted.

0 comments on commit 4413343

Please sign in to comment.