File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: d9f1426e69410f0eda9b4c1b2e87042a8bbda41d
2
+ refs/heads/master: 7dde840dc6b077974d48ae7c966ea16a0e36f3f6
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 @@ -2527,9 +2527,10 @@ mod tests {
2527
2527
assert split_within ( ~"hello", 15 ) == ~[ ~"hello"] ;
2528
2528
2529
2529
let data = ~"\n Mary had a little lamb\n Little lamb\n ";
2530
- assert split_within ( data, 15 ) == ~[ ~"Mary had a little",
2531
- ~"lamb Little ",
2532
- ~"lamb"] ;
2530
+ error ! ( "~~~~ %?" , split_within( data, 15 ) ) ;
2531
+ assert split_within ( data, 15 ) == ~[ ~"Mary had a",
2532
+ ~"little lamb",
2533
+ ~"Little lamb"] ;
2533
2534
}
2534
2535
2535
2536
#[ test]
You can’t perform that action at this time.
0 commit comments