mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 19:42:56 +01:00
Fix missing trailing comma
This commit is contained in:
parent
2586e9d789
commit
d9d2ca27bc
1 changed files with 1 additions and 1 deletions
|
|
@ -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' }
|
||||
]}],
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue