Jelajahi Sumber

Fix missing trailing comma

Alex Dima 8 tahun lalu
induk
melakukan
d9d2ca27bc
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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' }
 	]}],