php / pecl-file_formats-yaml

YAML-1.1 parser and emitter
https://pecl.php.net/package/yaml
MIT License
72 stars 33 forks source link

Fix data types in zend_parse_parameters, start to add basic tests for yaml_parse_file #23

Closed Sean-Der closed 8 years ago

Sean-Der commented 8 years ago

Hi @bd808 !

I hit some issues with yaml_parse_file in an old version, and saw there were no tests so started adding them. If you want a fuller test suite, just tell me and I will beef it up.

thanks

bd808 commented 8 years ago

@Sean-Der more tests are always good but this was a nice start. Would you like to make a backport for the php5 version in master too?