Update swift.test.ts

pull/2855/head
Philip Turner 2022-01-03 09:42:12 -05:00 committed by GitHub
parent 22487ca8e1
commit 29454a6a53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -9,12 +9,12 @@ testTokenization('swift', [
// Attributes
[
{
line: '@noescape',
line: '@escaping',
tokens: [
{
startIndex: 0,
type: 'keyword.control.swift'
} /* '@noescape' */
} /* '@escaping' */
]
}
],