Explorar o código

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

Peng Lyu %!s(int64=7) %!d(string=hai) anos
pai
achega
acfa9cf274
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  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' }
 		]
 	}],