Procházet zdrojové kódy

Fix missing trailing comma

Alex Dima před 8 roky
rodič
revize
d9d2ca27bc
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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' }
 	]}],