Closed zacker330 closed 2 years ago
Hi guys. I am trying to get a yaml format doc from jsonnet through yaml_stream option. But, I got a fake yaml doc actually, like this repos test case:
yaml_stream
--- { "a": 1, "b": 2 } --- { "c": "hello", "d": "world" }
refer: https://github.com/bazelbuild/rules_jsonnet/blob/9cecb2e53ce539f35e1619e3935f7d3adee8ccdd/examples/yaml_stream_golden.yaml
Hi guys. I am trying to get a yaml format doc from jsonnet through
yaml_stream
option. But, I got a fake yaml doc actually, like this repos test case:refer: https://github.com/bazelbuild/rules_jsonnet/blob/9cecb2e53ce539f35e1619e3935f7d3adee8ccdd/examples/yaml_stream_golden.yaml