Update swift.test.ts

pull/2855/head
Philip Turner 3 years ago committed by GitHub
parent 22487ca8e1
commit 29454a6a53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save