Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
anonrig committed Jan 31, 2025
1 parent 248b07d commit d65b60f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/url_search_params.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,8 @@ TEST(url_search_params, sort_unicode_code_units) {
}

TEST(url_search_params, sort_unicode_code_units_edge_case) {
ada::url_search_params search_params("\xf0\x9f\x8c\x88\xef\xac\x83&\xf0\x9f\x8c\x88");
ada::url_search_params search_params(
"\xf0\x9f\x8c\x88\xef\xac\x83&\xf0\x9f\x8c\x88");
search_params.sort();
ASSERT_EQ(search_params.size(), 2);
auto keys = search_params.get_keys();
Expand Down

0 comments on commit d65b60f

Please sign in to comment.