Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
fasiondog committed Jul 30, 2024
1 parent b6e3dbd commit 97bfd39
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/utilities/test_base64.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ TEST_CASE("test_base64_encode") {
CHECK_EQ(base64_encode(src), dst);
}

#if 0
TEST_CASE("test_base64_decode") {
// C++17 string_view 无法正确处理 null_ptr
// auto x = std::string_view(nullptr);
Expand All @@ -50,3 +51,4 @@ TEST_CASE("test_base64_decode") {
"cHFyc3R1dnd4eXo=");
CHECK_EQ(base64_decode(dst), src);
}
#endif

0 comments on commit 97bfd39

Please sign in to comment.