missed a component in the test declaration
This commit is contained in:
parent
70f49996fc
commit
7a2f284e5d
@ -512,6 +512,7 @@ final class DeclarationTests: SyntaxHighlighterTestCase {
|
|||||||
.token("inout", .keyword),
|
.token("inout", .keyword),
|
||||||
.whitespace(" "),
|
.whitespace(" "),
|
||||||
.token("Int", .type),
|
.token("Int", .type),
|
||||||
|
.plainText(")"),
|
||||||
.whitespace(" "),
|
.whitespace(" "),
|
||||||
.plainText("{"),
|
.plainText("{"),
|
||||||
.whitespace(" "),
|
.whitespace(" "),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user