aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_uri.c
AgeCommit message (Collapse)AuthorFilesLines
2024-09-01Use a consistent naming scheme for test helper functionsDavid Robillard1-51/+51
2024-06-25Improve test suite coverageDavid Robillard1-3/+32
2024-01-09Avoid regressions in clang nullability checksDavid Robillard1-1/+3
Clang 15 (and still as of 16) lost the ability to understand null checks in conditionals, which is supposed to suppress these warnings. For now, work around some, and suppress others. The suppression boilerplate here is noisy and ugly, and hopefully temporary. It should be removed once the issue is fixed in clang. See https://github.com/llvm/llvm-project/issues/63018
2023-04-05Fix relative URI creationDavid Robillard1-13/+0
2023-04-05Clean up relative URI unit testsDavid Robillard1-31/+156
2023-04-05Strengthen URI utility unit testsDavid Robillard1-6/+29
2022-11-24Avoid mutation in testDavid Robillard1-18/+22
2022-11-14Add Windows path separator support to serd_node_new_file_uri()David Robillard1-5/+51
2022-08-31Adopt REUSE machine-readable licensing standardDavid Robillard1-15/+2
2021-01-02Use email address instead of website for attributionDavid Robillard1-1/+1
2020-12-31Format all code with clang-formatDavid Robillard1-107/+109
2020-12-17Add test for attempting to convert a non-file URI to a pathDavid Robillard1-0/+3
2020-11-14Deprecate serd_uri_to_path()David Robillard1-0/+9
2020-11-09Split out URI testsDavid Robillard1-0/+171