modify values-test for big-int value

Signed-off-by: Abhilash Gnan <abhilashgnan@gmail.com>
pull/5928/head
Abhilash Gnan 6 years ago
parent c3242d1be4
commit 438d896ff4

@ -285,6 +285,7 @@ right: Null
left: NULL
front: ~
back: ""
tag: 20190612073634
global:
name: Ishmael
@ -342,6 +343,7 @@ func TestCoalesceValues(t *testing.T) {
tpl string
expect string
}{
{"{{.tag}}", "20190612073634"},
{"{{.top}}", "yup"},
{"{{.back}}", ""},
{"{{.name}}", "moby"},

Loading…
Cancel
Save