Skip to content

Commit

Permalink
Narrator: it was line endings
Browse files Browse the repository at this point in the history
  • Loading branch information
meatballhat committed Jun 25, 2023
1 parent 5ffe913 commit 628d08a
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions docs_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -161,11 +161,6 @@ func TestToMarkdownFull(t *testing.T) {
}

func TestToTabularMarkdown(t *testing.T) {
// if runtime.GOOS == "windows" {
// t.Skipf("FIXME on windows (?)")
// return
// }

app := buildExtendedTestCommand()

t.Run("full", func(t *testing.T) {
Expand Down Expand Up @@ -204,11 +199,6 @@ func TestToTabularMarkdownFailed(t *testing.T) {
}

func TestToTabularToFileBetweenTags(t *testing.T) {
// if runtime.GOOS == "windows" {
// t.Skipf("FIXME on windows (?)")
// return
// }

expectedDocs, fErr := testdata.ReadFile("testdata/expected-tabular-markdown-full.md")

r := require.New(t)
Expand Down Expand Up @@ -352,11 +342,6 @@ func TestToMarkdown(t *testing.T) {
}

func TestToMan(t *testing.T) {
// if runtime.GOOS == "windows" {
// t.Skipf("FIXME on windows (?)")
// return
// }

app := buildExtendedTestCommand()

res, err := ToMan(app)
Expand All @@ -378,11 +363,6 @@ func TestToManParseError(t *testing.T) {
}

func TestToManWithSection(t *testing.T) {
// if runtime.GOOS == "windows" {
// t.Skipf("FIXME on windows (?)")
// return
// }

cmd := buildExtendedTestCommand()

res, err := ToManWithSection(cmd, 8)
Expand Down

0 comments on commit 628d08a

Please sign in to comment.