mikestead / hx-yaml

A cross-platform YAML 1.2 parser & renderer for Haxe.
MIT License
75 stars 28 forks source link

Renderer doesn't work? #29

Open TheDrawingCoder-Gamer opened 3 years ago

TheDrawingCoder-Gamer commented 3 years ago

This doesn't work:

trace(Yaml.render(Yaml.parse(Assets.getText('assets/images/custom_chars/custom_chars.yaml'))));

This is the fille

{
  template: !!map {
    like: bf,
    icons: !!seq [0,1,24]
  }
}

Is something wrong with the file or the renderer?