Skip to content

Commit 99a08fa

Browse files
committed
---
yaml --- r: 33372 b: refs/heads/snap-stage3 c: 7dde840 h: refs/heads/master v: v3
1 parent 30a2766 commit 99a08fa

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
refs/heads/master: cd6f24f9d14ac90d167386a56e7a6ac1f0318195
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: d9f1426e69410f0eda9b4c1b2e87042a8bbda41d
4+
refs/heads/snap-stage3: 7dde840dc6b077974d48ae7c966ea16a0e36f3f6
55
refs/heads/try: d324a424d8f84b1eb049b12cf34182bda91b0024
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b

branches/snap-stage3/src/libcore/str.rs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2527,9 +2527,10 @@ mod tests {
25272527
assert split_within(~"hello", 15) == ~[~"hello"];
25282528

25292529
let data = ~"\nMary had a little lamb\nLittle 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"];
25332534
}
25342535

25352536
#[test]

0 commit comments

Comments
 (0)