Use consistent formatting in top of file headers.

This commit is contained in:
practicalswift
2016-01-04 02:13:02 +01:00
parent dfcece7960
commit 50baf2e53b
96 changed files with 98 additions and 101 deletions

View File

@@ -283,7 +283,7 @@ tests.test("index-mapping/utf16-to-unicode-scalar") {
summer.utf16.endIndex.samePositionIn(summer.unicodeScalars)!)
}
//===--- To UTF16 ----------------------------------------------------------===//
//===--- To UTF16 ---------------------------------------------------------===//
tests.test("index-mapping/character-to-utf16") {
expectEqualSequence(
[
@@ -498,7 +498,7 @@ tests.test("index-mapping/utf16-to-unicode-scalar") {
summer.utf16.endIndex.samePositionIn(summer.unicodeScalars)!)
}
//===--- To Character -------------------------------------------------===//
//===--- To Character -----------------------------------------------------===//
tests.test("index-mapping/unicode-scalar-to-character") {
let winterUnicodeScalarCharacters: [Character?] = [
"🏂", "", "", "", "❄︎", nil, "⛄️", nil, "❄️", nil,