Skip to content

Commit

Permalink
markup/goldmark: Adjust test for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
bep committed Feb 26, 2022
1 parent 579ff9b commit 5f65c17
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion markup/goldmark/codeblocks/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
package codeblocks_test

import (
"path/filepath"
"strings"
"testing"

Expand Down Expand Up @@ -173,7 +174,7 @@ Position: {{ .Position | safeHTML }}
},
).Build()

b.AssertFileContent("public/p1/index.html", "Position: \"content/p1.md:7:1\"")
b.AssertFileContent("public/p1/index.html", filepath.FromSlash("Position: \"content/p1.md:7:1\""))
}

// Issue 9571
Expand Down

0 comments on commit 5f65c17

Please sign in to comment.