aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_uri.c
AgeCommit message (Collapse)AuthorFilesLines
2022-01-13Remove escape parameter from serd_node_new_file_uriDavid Robillard1-10/+5
Since characters are escaped because they are not valid characters in a URI, any use of this function without escaping is problematic at best.
2022-01-13Remove serd_uri_to_path()David Robillard1-41/+0
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