Fix missing trailing comma

This commit is contained in:
Alex Dima 2017-06-08 17:36:27 +02:00
parent 2586e9d789
commit d9d2ca27bc

View file

@ -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' }
]}],