summaryrefslogtreecommitdiffstats
path: root/tests/snapshots/output/changes.snapshot.txt
diff options
context:
space:
mode:
authorEzinwa Okpoechi <brainmaestro@outlook.com>2018-05-18 11:35:52 +0200
committerDavid Peter <sharkdp@users.noreply.github.com>2018-05-18 16:44:34 +0200
commitd0782ef954fb836a7cb5a31823de981ff3d8b827 (patch)
tree212e831f434121a0e34aec2fc18910f6b58083c9 /tests/snapshots/output/changes.snapshot.txt
parentc826c2a43857d73b1cadc35d0fff5bc0951be70a (diff)
Add line with invalid UTF-8
Diffstat (limited to 'tests/snapshots/output/changes.snapshot.txt')
-rw-r--r--tests/snapshots/output/changes.snapshot.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/snapshots/output/changes.snapshot.txt b/tests/snapshots/output/changes.snapshot.txt
index 5695ea6b..13dabbdf 100644
--- a/tests/snapshots/output/changes.snapshot.txt
+++ b/tests/snapshots/output/changes.snapshot.txt
@@ -10,6 +10,7 @@ _ fn main() {
~ "The perimeter of the rectangle is {} pixels.",
~ perimeter(&rect1)
);
++ <bat: INVALID UTF-8>
}
fn area(rectangle: &Rectangle) -> u32 {