aboutsummaryrefslogtreecommitdiff
path: root/tests/src/v2script/Parser.cpp
Commit message (Collapse)AuthorAgeLines
* Add error kind and error message checks to empty testsfixup/errors Spartan3222024-08-04-1/+30
| | | | | | Add conditional logging for valid path in errors Remove error ending newlines
* Fix crash for empty/invalid/not-found filepaths Spartan3222024-08-03-0/+24
| | | | | | Add tests to validate empty string path Add tests to validate non-existent string path Add tests to validate nullptr buffer parser
* Add unit testsadd/unit-testing Spartan3222024-06-22-0/+437
Make github action tests run explicit Fix dropping annotation list for Errors Fix potential empty get_errors crashes Fix incorrect csv error behavior Add use_sep for `LineObject` and `std::vector<LineObject>` Remove constexpr of load_from_buffer and load_from_string for parsers Add snitch-org/snitch@d6632123cc8d13bdbc5cd60fd6741b9e0f635e82 Make versioned submodules ignore dirty Add tests/bin/* to gitignore