Skip to content

Commit

Permalink
Update swift.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
philipturner committed Jan 3, 2022
1 parent 22487ca commit 29454a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/basic-languages/swift/swift.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ testTokenization('swift', [
// Attributes
[
{
line: '@noescape',
line: '@escaping',
tokens: [
{
startIndex: 0,
type: 'keyword.control.swift'
} /* '@noescape' */
} /* '@escaping' */
]
}
],
Expand Down

0 comments on commit 29454a6

Please sign in to comment.