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

Loading…
Cancel
Save