tpl: Add basic tests for all namespace init funcs
authorCameron Moore <moorereason@gmail.com>
Mon, 1 May 2017 14:13:21 +0000 (09:13 -0500)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Mon, 1 May 2017 22:07:33 +0000 (00:07 +0200)
commitf69df916df341671d602fcc4f2604838b1ea72ec
tree49cf49803388735a145643360c839feaf1d4b07c
parent690b0f8ff5795318dfa3834a5a75d6623e7d934a
tpl: Add basic tests for all namespace init funcs
18 files changed:
tpl/cast/init_test.go [new file with mode: 0644]
tpl/collections/init_test.go [new file with mode: 0644]
tpl/compare/init_test.go [new file with mode: 0644]
tpl/crypto/init_test.go [new file with mode: 0644]
tpl/data/init_test.go [new file with mode: 0644]
tpl/encoding/init_test.go [new file with mode: 0644]
tpl/fmt/init_test.go [new file with mode: 0644]
tpl/images/init_test.go [new file with mode: 0644]
tpl/inflect/init_test.go [new file with mode: 0644]
tpl/lang/init_test.go [new file with mode: 0644]
tpl/math/init_test.go [new file with mode: 0644]
tpl/os/init_test.go [new file with mode: 0644]
tpl/partials/init_test.go [new file with mode: 0644]
tpl/safe/init_test.go [new file with mode: 0644]
tpl/strings/init_test.go [new file with mode: 0644]
tpl/time/init_test.go [new file with mode: 0644]
tpl/transform/init_test.go [new file with mode: 0644]
tpl/urls/init_test.go [new file with mode: 0644]