From 9ef4dca361727a78e0f66f8f4e54c64e4c4781cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Thu, 1 Aug 2019 22:09:58 +0200 Subject: [PATCH] hugolib: Fix broken test --- hugolib/embedded_shortcodes_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hugolib/embedded_shortcodes_test.go b/hugolib/embedded_shortcodes_test.go index c70380a4b89..8056b98425b 100644 --- a/hugolib/embedded_shortcodes_test.go +++ b/hugolib/embedded_shortcodes_test.go @@ -250,11 +250,11 @@ func TestShortcodeGist(t *testing.T) { }{ { `{{< gist spf13 7896402 >}}`, - "(?s)^", + "(?s)^", }, { `{{< gist spf13 7896402 "img.html" >}}`, - "(?s)^", + "(?s)^", }, } { var (