summaryrefslogtreecommitdiffstats
path: root/tests/snapshots/output/plain.snapshot.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/snapshots/output/plain.snapshot.txt')
-rw-r--r--tests/snapshots/output/plain.snapshot.txt22
1 files changed, 11 insertions, 11 deletions
diff --git a/tests/snapshots/output/plain.snapshot.txt b/tests/snapshots/output/plain.snapshot.txt
index e2ee1dff..30cbdde6 100644
--- a/tests/snapshots/output/plain.snapshot.txt
+++ b/tests/snapshots/output/plain.snapshot.txt
@@ -10,7 +10,7 @@ fn main() {
"The perimeter of the rectangle is {} pixels.",
perimeter(&rect1)
);
- println!(r#"This line contains invalid utf8: "øˆ€€€"#;
+ println!(r#"This line contains invalid utf8: "�����"#;
}
fn area(rectangle: &Rectangle) -> u32 {
@@ -23,14 +23,14 @@ fn perimeter(rectangle: &Rectangle) -> u32 {
// Tab alignment:
/*
- Indent
- 1 2 3 4
-1 ?
-22 ?
-333 ?
-4444 ?
-55555 ?
-666666 ?
-7777777 ?
-88888888 ?
+ Indent
+ 1 2 3 4
+1 ?
+22 ?
+333 ?
+4444 ?
+55555 ?
+666666 ?
+7777777 ?
+88888888 ?
*/