Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a85580 commit 108a5c9Copy full SHA for 108a5c9
test/functional/examples.rb
@@ -114,7 +114,7 @@ def test_examples
114
115
# format the tokens
116
term = terminal_encoder.encode_tokens(tokens)
117
- assert_equal "\e[1;31mimport\e[0m \e[33mthis\e[0m; \e[37m# The Zen of Python\e[0m", term
+ assert_equal "\e[32mimport\e[0m \e[31mthis\e[0m; \e[1;30m# The Zen of Python\e[0m", term
118
119
# re-using scanner and encoder
120
ruby_highlighter = CodeRay::Duo[:ruby, :div]
0 commit comments