Skip to content

Commit

Permalink
Add url_split_sds helper function unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
zhihonl committed Dec 18, 2024
1 parent 225e184 commit bb47fe8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/internal/utils.c
Original file line number Diff line number Diff line change
Expand Up @@ -559,6 +559,7 @@ void test_proxy_url_split() {
TEST_LIST = {
/* JSON maps iteration */
{ "url_split", test_url_split },
{ "url_split_sds", test_url_split_sds },
{ "write_str", test_write_str },
{ "test_write_str_invalid_trailing_bytes", test_write_str_invalid_trailing_bytes },
{ "test_write_str_invalid_leading_byte", test_write_str_invalid_leading_byte },
Expand Down

0 comments on commit bb47fe8

Please sign in to comment.