go-jsonnet/testdata/tailstrict2.jsonnet
2017-10-13 15:33:23 -04:00

3 lines
59 B
Jsonnet

local e(x)=(error x);
(function(x) e(x))("xxx") tailstrict