bazelbuild / rules_jsonnet

Jsonnet rules for Bazel
https://bazelbuild.github.io/rules_jsonnet/
Apache License 2.0
68 stars 73 forks source link

yaml_stream is not working #158

Closed zacker330 closed 2 years ago

zacker330 commented 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:

---
{
   "a": 1,
   "b": 2
}
---
{
   "c": "hello",
   "d": "world"
}

refer: https://github.com/bazelbuild/rules_jsonnet/blob/9cecb2e53ce539f35e1619e3935f7d3adee8ccdd/examples/yaml_stream_golden.yaml