瀏覽代碼

Re Microsoft/monaco-editor#688 test case update.

Peng Lyu 7 年之前
父節點
當前提交
acfa9cf274
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      test/fsharp.test.ts

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