summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKornelius Kalnbach <murphy@rubychan.de>2013-06-13 04:35:32 +0200
committerKornelius Kalnbach <murphy@rubychan.de>2013-06-13 04:35:32 +0200
commit108a5c93d3c91969a928f9896e145e0b5d3eeb25 (patch)
treeecd5f6fd189f7ecd72f38a5217effb8f4e99370a
parent4a85580f76421bb0afb92501119c4dfcfa6540ef (diff)
downloadcoderay-108a5c93d3c91969a928f9896e145e0b5d3eeb25.tar.gz
fix examples test
-rwxr-xr-xtest/functional/examples.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/examples.rb b/test/functional/examples.rb
index 15f9ca3..985ef87 100755
--- a/test/functional/examples.rb
+++ b/test/functional/examples.rb
@@ -114,7 +114,7 @@ Token Types (7):
# format the tokens
term = terminal_encoder.encode_tokens(tokens)
- 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
# re-using scanner and encoder
ruby_highlighter = CodeRay::Duo[:ruby, :div]