summaryrefslogtreecommitdiffstats
path: root/tests/snapshots/output/grid,numbers.snapshot.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/snapshots/output/grid,numbers.snapshot.txt')
-rw-r--r--tests/snapshots/output/grid,numbers.snapshot.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/snapshots/output/grid,numbers.snapshot.txt b/tests/snapshots/output/grid,numbers.snapshot.txt
index 6e877f59..799f9617 100644
--- a/tests/snapshots/output/grid,numbers.snapshot.txt
+++ b/tests/snapshots/output/grid,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 {