소스 검색

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