summaryrefslogtreecommitdiffstats
path: root/tests/snapshots/output/changes,header,numbers.snapshot.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/snapshots/output/changes,header,numbers.snapshot.txt')
-rw-r--r--tests/snapshots/output/changes,header,numbers.snapshot.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/snapshots/output/changes,header,numbers.snapshot.txt b/tests/snapshots/output/changes,header,numbers.snapshot.txt
index 60105755..770987b0 100644
--- a/tests/snapshots/output/changes,header,numbers.snapshot.txt
+++ b/tests/snapshots/output/changes,header,numbers.snapshot.txt
@@ -11,7 +11,7 @@ File: sample.rs
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 {