aboutsummaryrefslogtreecommitdiff
path: root/modules/markup/markdown_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'modules/markup/markdown_test.go')
-rw-r--r--modules/markup/markdown_test.go9
1 files changed, 5 insertions, 4 deletions
diff --git a/modules/markup/markdown_test.go b/modules/markup/markdown_test.go
index 2d06a149..cbf75312 100644
--- a/modules/markup/markdown_test.go
+++ b/modules/markup/markdown_test.go
@@ -1,13 +1,14 @@
package markup_test
import (
- . "github.com/gogits/gogs/modules/markup"
- . "github.com/smartystreets/goconvey/convey"
+ "bytes"
"testing"
- "bytes"
- "github.com/gogits/gogs/modules/setting"
"github.com/russross/blackfriday"
+ . "github.com/smartystreets/goconvey/convey"
+
+ . "github.com/gogits/gogs/modules/markup"
+ "github.com/gogits/gogs/modules/setting"
)
func TestMarkdown(t *testing.T) {