mirror of
https://github.com/nushell/nushell.git
synced 2025-06-30 06:30:08 +02:00
Change miette theme based on ANSI config (#5588)
* Change miette theme based on ANSI config Use the base ansi colors to simplify the use of the terminal emulator theming. Turn of most eye-candy (including unicode) when using `$config.use_ansi_coloring: false` Addresses #5582 * Fix error test affected by changed styling
This commit is contained in:
committed by
GitHub
parent
8fdc272bcc
commit
0d06b6259f
@ -181,7 +181,7 @@ fn errors_fetching_by_column_using_a_number() {
|
||||
.contains("Data cannot be accessed with a cell path"),);
|
||||
assert!(actual
|
||||
.err
|
||||
.contains(" record<0: string> doesn't support cell paths"),);
|
||||
.contains("record<0: string> doesn't support cell paths"),);
|
||||
})
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user