File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
branches/snap-stage3/src/libcore 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
2
refs/heads/master: cd6f24f9d14ac90d167386a56e7a6ac1f0318195
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
- refs/heads/snap-stage3: d9f1426e69410f0eda9b4c1b2e87042a8bbda41d
4
+ refs/heads/snap-stage3: 7dde840dc6b077974d48ae7c966ea16a0e36f3f6
5
5
refs/heads/try: d324a424d8f84b1eb049b12cf34182bda91b0024
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
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