Преглед на файлове

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