mirror of
https://github.com/sharkdp/bat.git
synced 2025-03-01 08:18:25 +00:00
Move snapshot tests into separate module
This commit is contained in:
parent
6d1cc8c2c8
commit
e09d7dabb8
@ -1,5 +1,6 @@
|
|||||||
mod tester;
|
mod tester;
|
||||||
|
|
||||||
|
mod snapshot {
|
||||||
use tester::BatTester;
|
use tester::BatTester;
|
||||||
|
|
||||||
macro_rules! snapshot_tests {
|
macro_rules! snapshot_tests {
|
||||||
@ -39,3 +40,4 @@ snapshot_tests! {
|
|||||||
tabs_4: "full" => [wrap: false, tabs: 4],
|
tabs_4: "full" => [wrap: false, tabs: 4],
|
||||||
tabs_8: "full" => [wrap: false, tabs: 8],
|
tabs_8: "full" => [wrap: false, tabs: 8],
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user