Skip to content

Commit

Permalink
Updated snapshot tests
Browse files Browse the repository at this point in the history
  • Loading branch information
eth-p authored and sharkdp committed Jul 26, 2019
1 parent 772ce2e commit 21821f1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/snapshots/output/changes_grid.snapshot.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
──┬─────────────────────────────────────────────────────────────────────────────
│ struct Rectangle {
│ width: u32,
│ height: u32,
Expand Down
1 change: 1 addition & 0 deletions tests/snapshots/output/changes_grid_numbers.snapshot.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
───────┬────────────────────────────────────────────────────────────────────────
1 │ struct Rectangle {
2 │ width: u32,
3 │ height: u32,
Expand Down
1 change: 1 addition & 0 deletions tests/snapshots/output/grid.snapshot.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
────────────────────────────────────────────────────────────────────────────────
struct Rectangle {
width: u32,
height: u32,
Expand Down
1 change: 1 addition & 0 deletions tests/snapshots/output/grid_numbers.snapshot.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
─────┬──────────────────────────────────────────────────────────────────────────
1 │ struct Rectangle {
2 │ width: u32,
3 │ height: u32,
Expand Down

0 comments on commit 21821f1

Please sign in to comment.