Fix missing trailing comma

pull/2748/head
Alex Dima 8 years ago
parent 2586e9d789
commit d9d2ca27bc

@ -236,7 +236,7 @@ testTokenization('msdax', [
{ startIndex: 15, type: 'identifier.quote.msdax' },
{ startIndex: 16, type: 'identifier.msdax' },
{ startIndex: 19, type: 'identifier.quote.msdax' },
{ startIndex: 21, type: 'identifier.msdax' }
{ startIndex: 21, type: 'identifier.msdax' },
{ startIndex: 24, type: 'identifier.quote.msdax' }
]}],

Loading…
Cancel
Save