StatementTests: Nitpicky code style fixes

This commit is contained in:
John Sundell 2018-09-06 08:41:50 +02:00
parent 88961141d4
commit 30b9300441

View File

@ -166,7 +166,7 @@ final class StatementTests: SyntaxHighlighterTestCase {
.plainText("()"),
.whitespace("\n"),
.plainText("}")
])
])
}
func testForStatementWithStaticProperty() {
@ -208,7 +208,7 @@ final class StatementTests: SyntaxHighlighterTestCase {
.token("continue",.keyword),
.whitespace(" "),
.plainText("}")
])
])
}
func testRepeatWhileStatement() {
@ -255,8 +255,7 @@ final class StatementTests: SyntaxHighlighterTestCase {
.plainText(">"),
.whitespace(" "),
.token("1", .number)
])
])
}
func testAllTestsRunOnLinux() {