From d9d2ca27bce2340aa93ed8734bbeeb75f617f604 Mon Sep 17 00:00:00 2001 From: Alex Dima Date: Thu, 8 Jun 2017 17:36:27 +0200 Subject: [PATCH] Fix missing trailing comma --- test/msdax.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/msdax.test.ts b/test/msdax.test.ts index 6cc8878d..b1e07a2f 100644 --- a/test/msdax.test.ts +++ b/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' } ]}],