Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit59103f7

Browse files
fix a test
1 parentbb20848 commit59103f7

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

‎tests/service/EditorTests.fs‎

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -635,18 +635,17 @@ let _ =
635635
su.Symbol.ToString(),(r.StartLine, r.StartColumn, r.EndLine, r.EndColumn))
636636
|> shouldEqual
637637
// note: these "System" sysbol uses are not duplications because each of them corresponts to different namespaces
638-
[|("System",(2,5,2,11));("System",(2,5,2,11));
638+
[|("System",(2,5,2,11));("System",(2,5,2,11));
639639
("System",(2,5,2,11));("System",(2,5,2,11));
640640
("System",(2,5,2,11));("System",(2,5,2,11));
641641
("System",(2,5,2,11));("System",(2,5,2,11));
642642
("System",(2,5,2,11));("System",(2,5,2,11));
643643
("System",(2,5,2,11));("System",(2,5,2,11));
644-
("System",(2,5,2,11));("System",(2,5,2,11));
645-
("ConsoleKey",(5,10,5,20));("field Tab",(5,10,5,24));
646-
("ConsoleKey",(6,6,6,16));("field OemClear",(6,6,6,25));
647-
("ConsoleKey",(6,29,6,39));("field A",(6,29,6,41));
648-
("ConsoleKey",(7,11,7,21));("field B",(7,11,7,23));
649-
("Test",(1,0,1,0))|]
644+
("System",(2,5,2,11));("ConsoleKey",(5,10,5,20));
645+
("field Tab",(5,10,5,24));("ConsoleKey",(6,6,6,16));
646+
("field OemClear",(6,6,6,25));("ConsoleKey",(6,29,6,39));
647+
("field A",(6,29,6,41));("ConsoleKey",(7,11,7,21));
648+
("field B",(7,11,7,23));("Test",(1,0,1,0))|]
650649

651650
[<Test>]
652651
let``Literal values should be reported``()=

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp