mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Use consistent formatting in top of file headers.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user