-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move tests to FSharpFilteredCompletionTest
- Loading branch information
Showing
17 changed files
with
13,323 additions
and
93 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 0 additions & 12 deletions
12
ReSharper.FSharp/test/data/features/completion/NamedUnionCaseFieldsPat - 01.fs.gold
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
ReSharper.FSharp/test/data/features/completion/NamedUnionCaseFieldsPat - 02.fs.gold
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
ReSharper.FSharp/test/data/features/completion/NamedUnionCaseFieldsPat - 03.fs.gold
This file was deleted.
Oops, something went wrong.
12 changes: 0 additions & 12 deletions
12
ReSharper.FSharp/test/data/features/completion/NamedUnionCaseFieldsPat - 04.fs.gold
This file was deleted.
Oops, something went wrong.
13 changes: 0 additions & 13 deletions
13
ReSharper.FSharp/test/data/features/completion/NamedUnionCaseFieldsPat - 05.fs.gold
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
...ompletion/NamedUnionCaseFieldsPat - 01.fs → .../filtered/NamedUnionCaseFieldsPat - 01.fs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,3 @@ | ||
// ${COMPLETE_ITEM:apple} | ||
// ${COMPLETE_ITEM:banana} | ||
// ${COMPLETE_ITEM:citrus} | ||
module Foo | ||
|
||
type Foo = | ||
|
Oops, something went wrong.