Skip to content

Commit ce96a26

Browse files
mattsu2020sylvestre
authored andcommitted
fix(tests): correct sorting order of decimal values in numeric sort fixture
Update the expected output for the multiple decimals numeric sort test to reflect the proper ascending order. The values "576,446.88800000" and "576,446.890" were misplaced and have been repositioned to their correct locations in the sorted sequence, ensuring the test accurately validates the sorting logic. The debug fixture was updated accordingly.
1 parent b1b2a19 commit ce96a26

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

tests/fixtures/sort/multiple_decimals_numeric.expected

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ CARAvan
2121
8.013
2222
45
2323
46.89
24+
576,446.88800000
25+
576,446.890
2426
4567..457
2527
4567.
2628
4567.1
2729
4567.34
2830
37800
2931
45670.89079.098
3032
45670.89079.1
31-
576,446.88800000
32-
576,446.890
3333
4798908.340000000000
3434
4798908.45
3535
4798908.8909800

tests/fixtures/sort/multiple_decimals_numeric.expected.debug

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,12 @@ __
6767
46.89
6868
_____
6969
_____
70+
576,446.88800000
71+
___
72+
________________
73+
576,446.890
74+
___
75+
___________
7076
>>>>>>>>>>4567..457
7177
_____
7278
___________________
@@ -88,12 +94,6 @@ _____________________
8894
>>>>>>45670.89079.1
8995
___________
9096
___________________
91-
576,446.88800000
92-
___
93-
________________
94-
576,446.890
95-
___
96-
___________
9797
4798908.340000000000
9898
____________________
9999
____________________

0 commit comments

Comments
 (0)