Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a YAML test suite?

A comprehensive test suite would be a valuable tool to have, especially when evaluating all of the variant parsers out there. Does such a beast exist?

In a perfect world, I imagine it would have different sections for different versions of the YAML spec...

like image 831
djsadinoff Avatar asked Oct 31 '25 01:10

djsadinoff


1 Answers

There is currently one in the making, see here.

We also generate a result matrix for YAML implementations which

  • we know of
  • are written in a language we know so we can implement adapter code to validate the test suite against it

Full disclosure: I am the author of NimYAML and some of the test cases and adapters.

like image 138
flyx Avatar answered Nov 02 '25 17:11

flyx