Merge pull request #2901 from buckynbrocko/test-diff-key-wording
cli: reworded test diff color key
This commit is contained in:
commit
d14d898f11
1 changed files with 3 additions and 2 deletions
|
|
@ -152,9 +152,10 @@ pub fn check_queries_at_path(language: &Language, path: &Path) -> Result<()> {
|
|||
|
||||
pub fn print_diff_key() {
|
||||
println!(
|
||||
"\n{} / {}",
|
||||
"\n{} / {} / {}",
|
||||
Colour::White.paint("correct"),
|
||||
Colour::Green.paint("expected"),
|
||||
Colour::Red.paint("actual")
|
||||
Colour::Red.paint("unexpected")
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue