Skip to content

Commit

Permalink
Fix for log colorization test due to merge overlap with #25289
Browse files Browse the repository at this point in the history
  • Loading branch information
c42f committed Jan 7, 2018
1 parent abb2061 commit 9bd6fec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions stdlib/Logging/test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -158,9 +158,9 @@ import Logging: min_enabled_level, shouldlog, handle_message
# Basic color test
@test genmsg(Logging.Info, "line1\nline2", Main, "some/path.jl", 101, color=true) ==
"""
\e[1m\e[36m\e[39m\e[22m\e[1m\e[36mInfo: \e[39m\e[22mline1
\e[1m\e[36m\e[39m\e[22mline2
\e[1m\e[36m\e[39m\e[22m \e[90m @ Main path.jl:101\e[39m
\e[36m\e[1m\e[22m\e[39m\e[36m\e[1mInfo: \e[22m\e[39mline1
\e[36m\e[1m\e[22m\e[39mline2
\e[36m\e[1m\e[22m\e[39m \e[90m @ Main path.jl:101\e[39m
"""

end
Expand Down

0 comments on commit 9bd6fec

Please sign in to comment.