From 882931a77bf280b022e90461b51896d320967f2f Mon Sep 17 00:00:00 2001 From: Ezinwa Okpoechi Date: Fri, 18 May 2018 11:58:10 +0200 Subject: [PATCH] Update snapshots --- tests/snapshots/output/changes,grid,header,numbers.snapshot.txt | 2 +- tests/snapshots/output/changes,grid,header.snapshot.txt | 2 +- tests/snapshots/output/changes,grid,numbers.snapshot.txt | 2 +- tests/snapshots/output/changes,grid.snapshot.txt | 2 +- tests/snapshots/output/changes,header,numbers.snapshot.txt | 2 +- tests/snapshots/output/changes,header.snapshot.txt | 2 +- tests/snapshots/output/changes,numbers.snapshot.txt | 2 +- tests/snapshots/output/changes.snapshot.txt | 2 +- tests/snapshots/output/full.snapshot.txt | 2 +- tests/snapshots/output/grid,header,numbers.snapshot.txt | 2 +- tests/snapshots/output/grid,header.snapshot.txt | 2 +- tests/snapshots/output/grid,numbers.snapshot.txt | 2 +- tests/snapshots/output/grid.snapshot.txt | 2 +- tests/snapshots/output/header,numbers.snapshot.txt | 2 +- tests/snapshots/output/header.snapshot.txt | 2 +- tests/snapshots/output/numbers.snapshot.txt | 2 +- tests/snapshots/output/plain.snapshot.txt | 2 +- 17 files changed, 17 insertions(+), 17 deletions(-) diff --git a/tests/snapshots/output/changes,grid,header,numbers.snapshot.txt b/tests/snapshots/output/changes,grid,header,numbers.snapshot.txt index 81b292f8..cee4737f 100644 --- a/tests/snapshots/output/changes,grid,header,numbers.snapshot.txt +++ b/tests/snapshots/output/changes,grid,header,numbers.snapshot.txt @@ -13,7 +13,7 @@ 10 ~ │ "The perimeter of the rectangle is {} pixels.", 11 ~ │ perimeter(&rect1) 12 │ ); - 13 + │ + 13 + │ println!(r#"This line contains invalid utf8: "�����"#; 14 │ } 15 │ 16 │ fn area(rectangle: &Rectangle) -> u32 { diff --git a/tests/snapshots/output/changes,grid,header.snapshot.txt b/tests/snapshots/output/changes,grid,header.snapshot.txt index d5be34cb..655b6e24 100644 --- a/tests/snapshots/output/changes,grid,header.snapshot.txt +++ b/tests/snapshots/output/changes,grid,header.snapshot.txt @@ -13,7 +13,7 @@ _ │ fn main() { ~ │ "The perimeter of the rectangle is {} pixels.", ~ │ perimeter(&rect1) │ ); -+ │ ++ │ println!(r#"This line contains invalid utf8: "�����"#; │ } │ │ fn area(rectangle: &Rectangle) -> u32 { diff --git a/tests/snapshots/output/changes,grid,numbers.snapshot.txt b/tests/snapshots/output/changes,grid,numbers.snapshot.txt index 312fcd70..0d718425 100644 --- a/tests/snapshots/output/changes,grid,numbers.snapshot.txt +++ b/tests/snapshots/output/changes,grid,numbers.snapshot.txt @@ -10,7 +10,7 @@ 10 ~ │ "The perimeter of the rectangle is {} pixels.", 11 ~ │ perimeter(&rect1) 12 │ ); - 13 + │ + 13 + │ println!(r#"This line contains invalid utf8: "�����"#; 14 │ } 15 │ 16 │ fn area(rectangle: &Rectangle) -> u32 { diff --git a/tests/snapshots/output/changes,grid.snapshot.txt b/tests/snapshots/output/changes,grid.snapshot.txt index fc4f26c7..3350711a 100644 --- a/tests/snapshots/output/changes,grid.snapshot.txt +++ b/tests/snapshots/output/changes,grid.snapshot.txt @@ -10,7 +10,7 @@ _ │ fn main() { ~ │ "The perimeter of the rectangle is {} pixels.", ~ │ perimeter(&rect1) │ ); -+ │ ++ │ println!(r#"This line contains invalid utf8: "�����"#; │ } │ │ fn area(rectangle: &Rectangle) -> u32 { 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 + + 13 + println!(r#"This line contains invalid utf8: "�����"#; 14 } 15 16 fn area(rectangle: &Rectangle) -> u32 { diff --git a/tests/snapshots/output/changes,header.snapshot.txt b/tests/snapshots/output/changes,header.snapshot.txt index 06be75d2..97956665 100644 --- a/tests/snapshots/output/changes,header.snapshot.txt +++ b/tests/snapshots/output/changes,header.snapshot.txt @@ -11,7 +11,7 @@ _ fn main() { ~ "The perimeter of the rectangle is {} pixels.", ~ perimeter(&rect1) ); -+ ++ println!(r#"This line contains invalid utf8: "�����"#; } fn area(rectangle: &Rectangle) -> u32 { 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 + + 13 + println!(r#"This line contains invalid utf8: "�����"#; 14 } 15 16 fn area(rectangle: &Rectangle) -> u32 { diff --git a/tests/snapshots/output/changes.snapshot.txt b/tests/snapshots/output/changes.snapshot.txt index 13dabbdf..28d87201 100644 --- a/tests/snapshots/output/changes.snapshot.txt +++ b/tests/snapshots/output/changes.snapshot.txt @@ -10,7 +10,7 @@ _ fn main() { ~ "The perimeter of the rectangle is {} pixels.", ~ perimeter(&rect1) ); -+ ++ println!(r#"This line contains invalid utf8: "�����"#; } fn area(rectangle: &Rectangle) -> u32 { diff --git a/tests/snapshots/output/full.snapshot.txt b/tests/snapshots/output/full.snapshot.txt index 81b292f8..cee4737f 100644 --- a/tests/snapshots/output/full.snapshot.txt +++ b/tests/snapshots/output/full.snapshot.txt @@ -13,7 +13,7 @@ 10 ~ │ "The perimeter of the rectangle is {} pixels.", 11 ~ │ perimeter(&rect1) 12 │ ); - 13 + │ + 13 + │ println!(r#"This line contains invalid utf8: "�����"#; 14 │ } 15 │ 16 │ fn area(rectangle: &Rectangle) -> u32 { diff --git a/tests/snapshots/output/grid,header,numbers.snapshot.txt b/tests/snapshots/output/grid,header,numbers.snapshot.txt index d3dc664c..e9f1a9cf 100644 --- a/tests/snapshots/output/grid,header,numbers.snapshot.txt +++ b/tests/snapshots/output/grid,header,numbers.snapshot.txt @@ -13,7 +13,7 @@ 10 │ "The perimeter of the rectangle is {} pixels.", 11 │ perimeter(&rect1) 12 │ ); - 13 │ + 13 │ println!(r#"This line contains invalid utf8: "�����"#; 14 │ } 15 │ 16 │ fn area(rectangle: &Rectangle) -> u32 { diff --git a/tests/snapshots/output/grid,header.snapshot.txt b/tests/snapshots/output/grid,header.snapshot.txt index 09766122..00b176b7 100644 --- a/tests/snapshots/output/grid,header.snapshot.txt +++ b/tests/snapshots/output/grid,header.snapshot.txt @@ -13,7 +13,7 @@ fn main() { "The perimeter of the rectangle is {} pixels.", perimeter(&rect1) ); - + println!(r#"This line contains invalid utf8: "�����"#; } fn area(rectangle: &Rectangle) -> u32 { 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 │ + 13 │ println!(r#"This line contains invalid utf8: "�����"#; 14 │ } 15 │ 16 │ fn area(rectangle: &Rectangle) -> u32 { diff --git a/tests/snapshots/output/grid.snapshot.txt b/tests/snapshots/output/grid.snapshot.txt index 54c668f7..bef9a7e6 100644 --- a/tests/snapshots/output/grid.snapshot.txt +++ b/tests/snapshots/output/grid.snapshot.txt @@ -10,7 +10,7 @@ fn main() { "The perimeter of the rectangle is {} pixels.", perimeter(&rect1) ); - + println!(r#"This line contains invalid utf8: "�����"#; } fn area(rectangle: &Rectangle) -> u32 { diff --git a/tests/snapshots/output/header,numbers.snapshot.txt b/tests/snapshots/output/header,numbers.snapshot.txt index 37d117ec..3a0f9234 100644 --- a/tests/snapshots/output/header,numbers.snapshot.txt +++ b/tests/snapshots/output/header,numbers.snapshot.txt @@ -11,7 +11,7 @@ File: sample.rs 10 "The perimeter of the rectangle is {} pixels.", 11 perimeter(&rect1) 12 ); - 13 + 13 println!(r#"This line contains invalid utf8: "�����"#; 14 } 15 16 fn area(rectangle: &Rectangle) -> u32 { diff --git a/tests/snapshots/output/header.snapshot.txt b/tests/snapshots/output/header.snapshot.txt index 041640b6..0889edfd 100644 --- a/tests/snapshots/output/header.snapshot.txt +++ b/tests/snapshots/output/header.snapshot.txt @@ -11,7 +11,7 @@ fn main() { "The perimeter of the rectangle is {} pixels.", perimeter(&rect1) ); - + println!(r#"This line contains invalid utf8: "�����"#; } fn area(rectangle: &Rectangle) -> u32 { 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 + 13 println!(r#"This line contains invalid utf8: "�����"#; 14 } 15 16 fn area(rectangle: &Rectangle) -> u32 { diff --git a/tests/snapshots/output/plain.snapshot.txt b/tests/snapshots/output/plain.snapshot.txt index 9bfc0d1b..dbc49f9f 100644 --- a/tests/snapshots/output/plain.snapshot.txt +++ b/tests/snapshots/output/plain.snapshot.txt @@ -10,7 +10,7 @@ fn main() { "The perimeter of the rectangle is {} pixels.", perimeter(&rect1) ); - + println!(r#"This line contains invalid utf8: "�����"#; } fn area(rectangle: &Rectangle) -> u32 {