Open
Description
given the lazy evaluation of jsonnet, it's obviously not possible to show all asserts. But if there are multiple asserts that can be raised (siblings in the tree), it would be nice to see all of them at once.
Example
{
assert false : "test1",
assert false : "test2",
}
currently this only shows test1