mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 17:25:39 +01:00
Re Microsoft/monaco-editor#688 test case update.
This commit is contained in:
parent
c4bd2cdd37
commit
acfa9cf274
1 changed files with 3 additions and 1 deletions
|
|
@ -184,7 +184,9 @@ testTokenization('fsharp', [
|
|||
{ startIndex: 1, type: '' },
|
||||
{ startIndex: 2, type: 'delimiter.fs' },
|
||||
{ startIndex: 3, type: '' },
|
||||
{ startIndex: 4, type: 'comment.fs' }
|
||||
{ startIndex: 4, type: 'delimiter.parenthesis.fs' },
|
||||
{ startIndex: 5, type: 'delimiter.fs' },
|
||||
{ startIndex: 6, type: 'delimiter.parenthesis.fs' }
|
||||
]
|
||||
}],
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue