summaryrefslogtreecommitdiffstats
path: root/tpl/collections/init.go
diff options
context:
space:
mode:
Diffstat (limited to 'tpl/collections/init.go')
-rw-r--r--tpl/collections/init.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/tpl/collections/init.go b/tpl/collections/init.go
index 3d22daab0..c992d3fb2 100644
--- a/tpl/collections/init.go
+++ b/tpl/collections/init.go
@@ -42,7 +42,7 @@ func init() {
ns.AddMethodMapping(ctx.Complement,
[]string{"complement"},
[][2]string{
- {`{{ slice "a" "b" "c" "d" "e" "f" | complement (slice "b" "c") (slice "d" "e") }}`, `[a f]`},
+ {`{{ slice "a" "b" "c" "d" "e" "f" | complement (slice "b" "c") (slice "d" "e") }}`, `[a f]`},
},
)
@@ -197,11 +197,11 @@ func init() {
`[Yes, Hugo Rocks! Hugo Rocks!]`,
},
{
- `{{ merge (dict "title" "Default Title" "description" "Yes, Hugo Rocks!") (dict "title" "Hugo Rocks!") | sort }}`,
+ `{{ merge (dict "title" "Default Title" "description" "Yes, Hugo Rocks!") (dict "title" "Hugo Rocks!") | sort }}`,
`[Yes, Hugo Rocks! Hugo Rocks!]`,
},
{
- `{{ merge (dict "title" "Default Title" "description" "Yes, Hugo Rocks!") (dict "title" "Hugo Rocks!") (dict "extra" "For reals!") | sort }}`,
+ `{{ merge (dict "title" "Default Title" "description" "Yes, Hugo Rocks!") (dict "title" "Hugo Rocks!") (dict "extra" "For reals!") | sort }}`,
`[Yes, Hugo Rocks! For reals! Hugo Rocks!]`,
},
},