File tree 7 files changed +8
-8
lines changed
tests/fsharpqa/Source/Conformance/TypeForwarding
vsintegration/tests/UnitTests/LegacyLanguageService
7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
##########################################################################################################################################################################################
2
2
## class env.lst instructions ##
3
3
## every case contains two steps; ##
4
- ## first: verify that the F# can work well with the assembly whitch without type forwarder. ##
4
+ ## first: verify that the F# can work well with the assembly without type forwarder. ##
5
5
## second:verify that F# executable file(.exe) can work well with the C# type forwarder reference. ##
6
6
## ##
7
7
## BuildAssembly.bat -- script file to create the forwarded "Class_Library.dll" assembly. ##
Original file line number Diff line number Diff line change 1
1
##########################################################################################################################################################################################
2
2
## Cycle env.lst instructions ##
3
3
## every case contains several steps; ##
4
- ## first: verify that the F# can work well with the assembly whitch without type forwarder. ##
4
+ ## first: verify that the F# can work well with the assembly without type forwarder. ##
5
5
## second:verify that F# executable file(.exe) can work well with the C# type forwarder reference. ##
6
6
## ... ##
7
7
## ##
Original file line number Diff line number Diff line change 1
1
##########################################################################################################################################################################################
2
2
## class env.lst instructions ##
3
3
## every case contains two steps; ##
4
- ## first: verify that the F# can work well with the assembly whitch without type forwarder. ##
4
+ ## first: verify that the F# can work well with the assembly without type forwarder. ##
5
5
## second:verify that F# executable file(.exe) can work well with the C# type forwarder reference. ##
6
6
## ##
7
7
## BuildAssembly.bat -- script file to create the forwarded "Delegate_Library.dll" assembly. ##
Original file line number Diff line number Diff line change 1
1
##########################################################################################################################################################################################
2
2
## Interface env.lst instructions ##
3
3
## every case contains two steps; ##
4
- ## first: verify that the F# can work well with the assembly whitch without type forwarder. ##
4
+ ## first: verify that the F# can work well with the assembly without type forwarder. ##
5
5
## second:verify that F# executable file(.exe) can work well with the C# type forwarder reference. ##
6
6
## ##
7
7
## BuildAssembly.bat -- script file to create the forwarded "Interface_Library.dll" assembly. ##
Original file line number Diff line number Diff line change 1
1
##########################################################################################################################################################################################
2
2
## Nested env.lst instructions ##
3
3
## every case contains two steps; ##
4
- ## first: verify that the F# can work well with the assembly whitch without type forwarder. ##
4
+ ## first: verify that the F# can work well with the assembly without type forwarder. ##
5
5
## second:verify that F# executable file(.exe) can work well with the C# type forwarder reference. ##
6
6
## ##
7
7
## BuildAssembly.bat -- script file to create the forwarded "Nested_Library.dll" assembly. ##
Original file line number Diff line number Diff line change 1
1
##########################################################################################################################################################################################
2
2
## Struct env.lst instructions ##
3
3
## every case contains two steps; ##
4
- ## first: verify that the F# can work well with the assembly whitch without type forwarder. ##
4
+ ## first: verify that the F# can work well with the assembly without type forwarder. ##
5
5
## second:verify that F# executable file(.exe) can work well with the C# type forwarder reference. ##
6
6
## ##
7
7
## BuildAssembly.bat -- script file to create the forwarded "Struct_Library.dll" assembly. ##
Original file line number Diff line number Diff line change @@ -4769,7 +4769,7 @@ let x = query { for bbbb in abbbbc(*D0*) do
4769
4769
4770
4770
// Bunch of crud in empty list. This test asserts that unwanted things don't exist at the top level.
4771
4771
[<Test>]
4772
- member public this. ``Editor.WhitoutContext .Bug986`` () =
4772
+ member public this. ``Editor.WithoutContext .Bug986`` () =
4773
4773
let code = [ " (*mark*)" ]
4774
4774
let ( _ , _ , file ) = this.CreateSingleFileProject( code)
4775
4775
@@ -6711,7 +6711,7 @@ let rec f l =
6711
6711
marker = " (*MarkerModule*)" )
6712
6712
6713
6713
[<Test>]
6714
- member this. ``Identifier.WithouDef `` () =
6714
+ member this. ``Identifier.WithoutDef `` () =
6715
6715
this.VerifyDotCompListIsEmptyAtStartOfMarker(
6716
6716
fileContents = """ abcd(*MarkerUndefinedIdentifier*) """ ,
6717
6717
marker = " (*MarkerUndefinedIdentifier*)" )
You can’t perform that action at this time.
0 commit comments