summaryrefslogtreecommitdiffstats
path: root/tests/snapshots/output/changes,numbers.snapshot.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/snapshots/output/changes,numbers.snapshot.txt')
-rw-r--r--tests/snapshots/output/changes,numbers.snapshot.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/snapshots/output/changes,numbers.snapshot.txt b/tests/snapshots/output/changes,numbers.snapshot.txt
index 391467f3..bdfe745b 100644
--- a/tests/snapshots/output/changes,numbers.snapshot.txt
+++ b/tests/snapshots/output/changes,numbers.snapshot.txt
@@ -10,7 +10,7 @@
10 ~ "The perimeter of the rectangle is {} pixels.",
11 ~ perimeter(&rect1)
12 );
- 13 + <bat: INVALID UTF-8>
+ 13 + println!(r#"This line contains invalid utf8: "�����"#;
14 }
15
16 fn area(rectangle: &Rectangle) -> u32 {