Skip to content

Commit 1f714f7

Browse files
ProtagNeptuneBionus
authored andcommitted
Update tag-stylist-test.cpp
1 parent 82a865b commit 1f714f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/tests/src/tags/tag-stylist-test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ TEST_CASE("TagStylist")
6868

6969
TagStylist stylist(&pro);
7070
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>";
71+
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>";
7272
REQUIRE_THAT(actual.toStdString(), Matches(expected));
7373
}
7474

0 commit comments

Comments
 (0)