-
Notifications
You must be signed in to change notification settings - Fork 399
Commit cd1cc08
test: Sort completion results items
It seems there is some behaviour differences regarding the order
completions are returned in between linux and macos, specifically
regarding sorting of upper case and lowercase letters. Sorting them
ourselves in the tests makes it consistent.1 parent 81d732d commit cd1cc08
2 files changed
+6
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
773 | 773 | | |
774 | 774 | | |
775 | 775 | | |
776 | - | ||
776 | + | ||
777 | 777 | | |
778 | 778 | | |
779 | 779 | | |
| |||
788 | 788 | | |
789 | 789 | | |
790 | 790 | | |
791 | - | ||
791 | + | ||
792 | 792 | | |
793 | 793 | | |
794 | 794 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | + | ||
2 | + | ||
1 | 3 | | |
2 | 4 | | |
3 | 5 | | |
| |||
38 | 40 | | |
39 | 41 | | |
40 | 42 | | |
41 | - | ||
43 | + | ||
44 | + | ||
42 | 45 | | |
43 | 46 | | |
44 | 47 | | |
| |||
0 commit comments