Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'markup/highlight/config_test.go')
-rw-r--r--markup/highlight/config_test.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/markup/highlight/config_test.go b/markup/highlight/config_test.go
index 0d4bb2f97..3c3747622 100644
--- a/markup/highlight/config_test.go
+++ b/markup/highlight/config_test.go
@@ -40,7 +40,6 @@ func TestConfig(t *testing.T) {
c.Assert(cfg.CodeFences, qt.Equals, false)
c.Assert(cfg.LineNos, qt.Equals, true)
c.Assert(cfg.LineNumbersInTable, qt.Equals, false)
-
})
c.Run("parseOptions", func(c *qt.C) {
@@ -54,6 +53,5 @@ func TestConfig(t *testing.T) {
c.Assert(cfg.LineNumbersInTable, qt.Equals, false)
c.Assert(cfg.LineNoStart, qt.Equals, 32)
c.Assert(cfg.Hl_Lines, qt.Equals, "3-8 10-20")
-
})
}