summaryrefslogtreecommitdiffstats
path: root/transform/chain_test.go
diff options
context:
space:
mode:
authorNoah Campbell <noahcampbell@gmail.com>2013-10-01 19:59:35 -0700
committerNoah Campbell <noahcampbell@gmail.com>2013-10-08 18:40:41 +0200
commit689cda17403ba752305f469fdcc385b7a31b0bdb (patch)
tree9babea429190300cb047eb1060e6722149055e1d /transform/chain_test.go
parent19cb6c7819baa0daa7c6d6f0c23481578171ead8 (diff)
Code cleanup
Diffstat (limited to 'transform/chain_test.go')
-rw-r--r--transform/chain_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/transform/chain_test.go b/transform/chain_test.go
index d122c31f8..c7105cdad 100644
--- a/transform/chain_test.go
+++ b/transform/chain_test.go
@@ -23,7 +23,7 @@ const H5_JS_CONTENT_ABS_URL_WITH_NAV = "<!DOCTYPE html><html><head><script src=\
const CORRECT_OUTPUT_SRC_HREF_WITH_NAV = "<!DOCTYPE html><html><head><script src=\"http://two/foobar.js\"></script></head><body><nav><ul><li hugo-nav=\"section_0\"></li><li hugo-nav=\"section_1\" class=\"active\"></li></ul></nav><article>content <a href=\"http://two/foobar\">foobar</a>. Follow up</article></body></html>"
-var two_chain_tests = []test {
+var two_chain_tests = []test{
{H5_JS_CONTENT_ABS_URL_WITH_NAV, CORRECT_OUTPUT_SRC_HREF_WITH_NAV},
}