• Show log

    Commit

  • Hash : 4c738e56
    Author : Patrick Steinhardt
    Date : 2018-10-19T09:44:14

    tests: add tests that exercise tag parsing While the tests in object::tag::read exercises reading and parsing valid tags from the ODB, they barely try to verify that the parser fails in a sane way when parsing invalid tags. Create a new test suite object::tag::parse that directly exercise the parser by using `git_object__from_raw` and add various tests for valid and invalid tags.