Skip to content

Commit

Permalink
Comment
Browse files Browse the repository at this point in the history
  • Loading branch information
heinsaar committed Oct 19, 2023
1 parent 401c870 commit a6edaa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_string.h
Original file line number Diff line number Diff line change
Expand Up @@ -1051,7 +1051,7 @@ void main_test_string()
ZEN_EXPECT(z.extract_between("[", "]").starts_with("Hello"));
ZEN_EXPECT(z.extract_between("[", "]").ends_with( "World"));

// Check interchangeability with std::string // TODO: Cover more cases?
// Check basic interchangeability with std::string
std::string x = z; z = x;

test_string_zen_std_interchangeability();
Expand Down

0 comments on commit a6edaa4

Please sign in to comment.