We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ffe04c commit 23c6351Copy full SHA for 23c6351
unittest/utils/test_utils.cpp
@@ -79,7 +79,7 @@ TEST(Utils, strcompress)
79
compressed = utils::strcompress("some other text \r\n");
80
ASSERT_THAT(compressed, StrEq("some other text"));
81
82
- compressed = utils::strcompress("\v some text \f");
+ compressed = utils::strcompress("\v some \t\t text \f");
83
ASSERT_THAT(compressed, StrEq("some text"));
84
85
compressed = utils::strcompress(" some\t text ");
0 commit comments