Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
aos
GitHub Repository: aos/grafana-agent
Path: blob/main/pkg/river/printer/testdata/mixed_list.in
4096 views
mixed_list = [0, true, {
	key_1 = true,
	key_2 = true,
	key_3 = true,
}, "Hello!"]

mixed_list_2 = [
	0,
	true,
	{
		key_1 = true,
		key_2 = true,
		key_3 = true,
	},
	"Hello!",
]