Skip to content

Commit

Permalink
api: add issue number to test
Browse files Browse the repository at this point in the history
  • Loading branch information
zml2008 committed Oct 4, 2021
1 parent f62882f commit f5253d0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,7 @@ void testCompactWithEmptyRootComponent() {
assertEquals(text("meow").decoration(TextDecoration.BOLD, true), c3.compact());
}

// https://github.com/KyoriPowered/adventure/issues/455
@Test
void testStyleMatchingGrandchild() {
final Component notCompact = text("mew", NamedTextColor.RED)
Expand Down

0 comments on commit f5253d0

Please sign in to comment.