summaryrefslogtreecommitdiffstats
path: root/tests/snapshots/output/numbers.snapshot.txt
diff options
context:
space:
mode:
authorEzinwa Okpoechi <brainmaestro@outlook.com>2018-05-18 11:58:10 +0200
committerDavid Peter <sharkdp@users.noreply.github.com>2018-05-18 16:44:34 +0200
commit882931a77bf280b022e90461b51896d320967f2f (patch)
tree40bbecd4f209028543974b609cbfbf380a9fa855 /tests/snapshots/output/numbers.snapshot.txt
parent12cb438aa4bcfcfea3292e31ca2bdf447839cc95 (diff)
Update snapshots
Diffstat (limited to 'tests/snapshots/output/numbers.snapshot.txt')
-rw-r--r--tests/snapshots/output/numbers.snapshot.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/snapshots/output/numbers.snapshot.txt b/tests/snapshots/output/numbers.snapshot.txt
index 9d4b6ba2..c1341d29 100644
--- a/tests/snapshots/output/numbers.snapshot.txt
+++ b/tests/snapshots/output/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 {