1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-09-01 10:52:24 +01:00

Add snapshot testing

This commit is contained in:
Ezinwa Okpoechi
2018-05-12 16:48:45 +02:00
committed by David Peter
parent 53eb9c57d6
commit 0886a24685
3 changed files with 109 additions and 1 deletions

View File

@@ -18,4 +18,4 @@ fn area(rectangle: &Rectangle) -> u32 {
fn perimeter(rectangle: &Rectangle) -> u32 {
(rectangle.width + rectangle.height) * 2
}
}