Skip to content

Commit

Permalink
more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dkalinowski committed Jan 14, 2025
1 parent 8ba4fb4 commit 39f4305
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/http_rest_api_handler_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1253,4 +1253,5 @@ TEST_F(ConfigStatus, url_decode) {
EXPECT_EQ("a b c d", ovms::urlDecode("a%20b%20c%20d"));
EXPECT_EQ("model/name", ovms::urlDecode("model%2Fname"));
EXPECT_EQ("model%", ovms::urlDecode("model%"));
EXPECT_EQ("model%2", ovms::urlDecode("model%2"));
}

0 comments on commit 39f4305

Please sign in to comment.