mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-18 21:11:19 +02:00
hugolib: Fix broken test
This commit is contained in:
@@ -250,11 +250,11 @@ func TestShortcodeGist(t *testing.T) {
|
|||||||
}{
|
}{
|
||||||
{
|
{
|
||||||
`{{< gist spf13 7896402 >}}`,
|
`{{< gist spf13 7896402 >}}`,
|
||||||
"(?s)^<script type=\"application/javascript\" src=\"//gist.github.com/spf13/7896402.js\"></script>",
|
"(?s)^<script type=\"application/javascript\" src=\"https://gist.github.com/spf13/7896402.js\"></script>",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
`{{< gist spf13 7896402 "img.html" >}}`,
|
`{{< gist spf13 7896402 "img.html" >}}`,
|
||||||
"(?s)^<script type=\"application/javascript\" src=\"//gist.github.com/spf13/7896402.js\\?file=img.html\"></script>",
|
"(?s)^<script type=\"application/javascript\" src=\"https://gist.github.com/spf13/7896402.js\\?file=img.html\"></script>",
|
||||||
},
|
},
|
||||||
} {
|
} {
|
||||||
var (
|
var (
|
||||||
|
Reference in New Issue
Block a user