From acfa9cf274a592847540dfc63b49d9b9b86d623e Mon Sep 17 00:00:00 2001 From: Peng Lyu Date: Wed, 7 Mar 2018 15:36:22 -0800 Subject: [PATCH] Re Microsoft/monaco-editor#688 test case update. --- test/fsharp.test.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/fsharp.test.ts b/test/fsharp.test.ts index cb4a14c0..60fe175c 100644 --- a/test/fsharp.test.ts +++ b/test/fsharp.test.ts @@ -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' } ] }],