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 82a865b commit 1f714f7Copy full SHA for 1f714f7
src/lib/tests/src/tags/tag-stylist-test.cpp
@@ -68,7 +68,7 @@ TEST_CASE("TagStylist")
68
69
TagStylist stylist(&pro);
70
QString actual = stylist.stylished(QList<Tag>() << tag).join("");
71
- std::string expected = "<a href=\"tag_text\" style=\"color:#77777; font-family:'[^']*'; font-size:[0-9]+pt; font-style:normal; font-weight:400; text-decoration:none;\">tag_text</a>";
+ std::string expected = "<a href=\"tag_text\" style=\"color:#777777; font-family:'[^']*'; font-size:[0-9]+pt; font-style:normal; font-weight:400; text-decoration:none;\">tag_text</a>";
72
REQUIRE_THAT(actual.toStdString(), Matches(expected));
73
}
74
0 commit comments