mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-08-10 21:39:27 +00:00
fix: Terminal formatter was skipping things that it could highlight
This commit is contained in:
@@ -114,7 +114,7 @@ describe Tartrazine do
|
||||
)
|
||||
else
|
||||
ansi.should eq(
|
||||
"\e[38;2;171;70;66mputs\e[0m\e[38;2;216;216;216m \e[0m'Hello, World!'"
|
||||
"\e[38;2;171;70;66mputs\e[0m\e[38;2;216;216;216m \e[0m\e[38;2;161;181;108m'Hello, World!'\e[0m"
|
||||
)
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user