StatementTests: Nitpicky code style fixes
This commit is contained in:
parent
88961141d4
commit
30b9300441
@ -166,7 +166,7 @@ final class StatementTests: SyntaxHighlighterTestCase {
|
|||||||
.plainText("()"),
|
.plainText("()"),
|
||||||
.whitespace("\n"),
|
.whitespace("\n"),
|
||||||
.plainText("}")
|
.plainText("}")
|
||||||
])
|
])
|
||||||
}
|
}
|
||||||
|
|
||||||
func testForStatementWithStaticProperty() {
|
func testForStatementWithStaticProperty() {
|
||||||
@ -208,7 +208,7 @@ final class StatementTests: SyntaxHighlighterTestCase {
|
|||||||
.token("continue",.keyword),
|
.token("continue",.keyword),
|
||||||
.whitespace(" "),
|
.whitespace(" "),
|
||||||
.plainText("}")
|
.plainText("}")
|
||||||
])
|
])
|
||||||
}
|
}
|
||||||
|
|
||||||
func testRepeatWhileStatement() {
|
func testRepeatWhileStatement() {
|
||||||
@ -255,8 +255,7 @@ final class StatementTests: SyntaxHighlighterTestCase {
|
|||||||
.plainText(">"),
|
.plainText(">"),
|
||||||
.whitespace(" "),
|
.whitespace(" "),
|
||||||
.token("1", .number)
|
.token("1", .number)
|
||||||
])
|
])
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func testAllTestsRunOnLinux() {
|
func testAllTestsRunOnLinux() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user