kubkon / zig-yaml

YAML parser for Zig
MIT License
139 stars 37 forks source link

yaml-testsuite implementation #39

Open sencrash opened 4 months ago

sencrash commented 4 months ago

Resolves #16, supersedes #19

Adds yaml-testsuite as a submodule and enables generating and running the tests with the -Denable-spec-tests flag

Currently the testrunner misreports the number of passed testcases (related to ziglang/zig#1356)

sencrash commented 1 month ago

Is there anything I can do to get this merged?