aboutsummaryrefslogtreecommitdiff
path: root/tests/src/csv
Commit message (Collapse)AuthorAgeLines
* Add error kind and error message checks to empty testsfixup/errors Spartan3222024-08-04-1/+29
| | | | | | 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 `\x8F` to `Ę` conversion for Windows-1252fix/polish-todos Spartan3222024-08-02-0/+210
| | | | | | | | | To support special vanilla Polish TODOs that break utf8 Add CSV Win1252->Utf8 conversion tests Fix map_value warning not triggering Optimize for ascii characters
* Add unit testsadd/unit-testing Spartan3222024-06-22-0/+767
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