File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: fddc849d751cb3ed4b866cef5245b00744a8914a
2
+ refs/heads/master: 6dbb0252678717704930aa36dfbf3777511c16d5
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: eb8fd119c65c67f3b1b8268cc7341c22d39b7b61
5
5
refs/heads/try: d324a424d8f84b1eb049b12cf34182bda91b0024
Original file line number Diff line number Diff line change @@ -466,9 +466,9 @@ pub fn test_from_str() {
466
466
assert from_str ( ~". e-1 ") == Some ( 0. ) ;
467
467
assert from_str ( ~"5. ") == Some ( 5. ) ;
468
468
assert from_str( ~". 5 ") == Some ( 0.5 ) ;
469
- assert from_str ( ~"0.6 ") == Some ( 0.5 ) ;
470
- assert from_str ( ~"0.6 ") == Some ( 0.5 ) ;
471
- assert from_str ( ~"0.6 ") == Some ( 0.5 ) ;
469
+ assert from_str ( ~"0.5 ") == Some ( 0.5 ) ;
470
+ assert from_str ( ~"0.5 ") == Some ( 0.5 ) ;
471
+ assert from_str ( ~"0.5 ") == Some ( 0.5 ) ;
472
472
assert from_str ( ~"-. 5 ") == Some ( -0.5 ) ;
473
473
assert from_str ( ~"-. 5 ") == Some ( -0.5 ) ;
474
474
assert from_str ( ~"-5 ") == Some ( -5. ) ;
You can’t perform that action at this time.
0 commit comments