Преглед изворни кода

Fix missing trailing comma

Alex Dima пре 8 година
родитељ
комит
d9d2ca27bc
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      test/msdax.test.ts

+ 1 - 1
test/msdax.test.ts

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