Skip to content

Commit 628d08a

Browse files
committed
Narrator: it was line endings
1 parent 5ffe913 commit 628d08a

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

docs_test.go

-20
Original file line numberDiff line numberDiff line change
@@ -161,11 +161,6 @@ func TestToMarkdownFull(t *testing.T) {
161161
}
162162

163163
func TestToTabularMarkdown(t *testing.T) {
164-
// if runtime.GOOS == "windows" {
165-
// t.Skipf("FIXME on windows (?)")
166-
// return
167-
// }
168-
169164
app := buildExtendedTestCommand()
170165

171166
t.Run("full", func(t *testing.T) {
@@ -204,11 +199,6 @@ func TestToTabularMarkdownFailed(t *testing.T) {
204199
}
205200

206201
func TestToTabularToFileBetweenTags(t *testing.T) {
207-
// if runtime.GOOS == "windows" {
208-
// t.Skipf("FIXME on windows (?)")
209-
// return
210-
// }
211-
212202
expectedDocs, fErr := testdata.ReadFile("testdata/expected-tabular-markdown-full.md")
213203

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

354344
func TestToMan(t *testing.T) {
355-
// if runtime.GOOS == "windows" {
356-
// t.Skipf("FIXME on windows (?)")
357-
// return
358-
// }
359-
360345
app := buildExtendedTestCommand()
361346

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

380365
func TestToManWithSection(t *testing.T) {
381-
// if runtime.GOOS == "windows" {
382-
// t.Skipf("FIXME on windows (?)")
383-
// return
384-
// }
385-
386366
cmd := buildExtendedTestCommand()
387367

388368
res, err := ToManWithSection(cmd, 8)

0 commit comments

Comments
 (0)