Skip to content

Commit 108a5c9

Browse files
committed
fix examples test
1 parent 4a85580 commit 108a5c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional/examples.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ def test_examples
114114

115115
# format the tokens
116116
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
117+
assert_equal "\e[32mimport\e[0m \e[31mthis\e[0m; \e[1;30m# The Zen of Python\e[0m", term
118118

119119
# re-using scanner and encoder
120120
ruby_highlighter = CodeRay::Duo[:ruby, :div]

0 commit comments

Comments
 (0)