Skip to content

Commit cb155b4

Browse files
committed
---
yaml --- r: 34791 b: refs/heads/master c: 7dde840 h: refs/heads/master i: 34789: 5dc73cf 34787: 346cc7b 34783: 00055ae v: v3
1 parent bdaddab commit cb155b4

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,5 +1,5 @@
11
---
2-
refs/heads/master: d9f1426e69410f0eda9b4c1b2e87042a8bbda41d
2+
refs/heads/master: 7dde840dc6b077974d48ae7c966ea16a0e36f3f6
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: eb8fd119c65c67f3b1b8268cc7341c22d39b7b61
55
refs/heads/try: d324a424d8f84b1eb049b12cf34182bda91b0024

trunk/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)