summaryrefslogtreecommitdiffstats
path: root/tests/snapshots/output/tabs_4_wrapped.snapshot.txt
diff options
context:
space:
mode:
authoreth-p <32112321+eth-p@users.noreply.github.com>2018-09-11 15:04:44 -0700
committereth-p <32112321+eth-p@users.noreply.github.com>2018-09-11 15:04:44 -0700
commit9ef1e9f7924524d4ac62a712a306afa5d336ef87 (patch)
tree16425f21fa5c87e325673e1d515b0d19f1bf74f7 /tests/snapshots/output/tabs_4_wrapped.snapshot.txt
parent503fe0b641724be1e8f1a4827e54264f743214f5 (diff)
Update snapshots.
Diffstat (limited to 'tests/snapshots/output/tabs_4_wrapped.snapshot.txt')
-rw-r--r--tests/snapshots/output/tabs_4_wrapped.snapshot.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/snapshots/output/tabs_4_wrapped.snapshot.txt b/tests/snapshots/output/tabs_4_wrapped.snapshot.txt
index 87689c7b..9e667b0b 100644
--- a/tests/snapshots/output/tabs_4_wrapped.snapshot.txt
+++ b/tests/snapshots/output/tabs_4_wrapped.snapshot.txt
@@ -13,7 +13,7 @@
10 ~ │ "The perimeter of the rectangle is {} pixels.",
11 ~ │ perimeter(&rect1)
12 │ );
- 13 + │ println!(r#"This line contains invalid utf8: "�����"#;
+ 13 + │ println!(r#"This line contains invalid utf8: "øˆ€€€"#;
14 │ }
15 │
16 │ fn area(rectangle: &Rectangle) -> u32 {