mirror of
https://github.com/nushell/nushell.git
synced 2025-08-15 17:03:17 +02:00
Refactor to md
and Add Padding for Pretty Flag (#2678)
* refactor and cleanup to md * Add padding around values in each row * Add padding to test * Update code to satisfy Clippy and pass other failing tests
This commit is contained in:
@ -33,5 +33,5 @@ fn out_md_table_pretty() {
|
||||
"#
|
||||
));
|
||||
|
||||
assert_eq!(actual.out, "|name ||------||joseph|");
|
||||
assert_eq!(actual.out, "| name || ------ || joseph |");
|
||||
}
|
||||
|
Reference in New Issue
Block a user