1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-11-23 21:54:45 +02:00

color: add italic to style attributes

Closes #2841
This commit is contained in:
Tor Shepherd
2024-06-21 15:11:25 -04:00
committed by Andrew Gallant
parent edafb612d2
commit da672f87e8
5 changed files with 18 additions and 6 deletions

View File

@@ -404,7 +404,7 @@ rgtest!(r428_unrecognized_style, |dir: Dir, mut cmd: TestCommand| {
let expected = "\
rg: error parsing flag --colors: \
unrecognized style attribute ''. Choose from: nobold, bold, nointense, \
intense, nounderline, underline.
intense, nounderline, underline, noitalic, italic.
";
eqnice!(expected, stderr);
});