From 6f87649e90c55efac703d9c5b7838fceada89b9e Mon Sep 17 00:00:00 2001 From: murphy Date: Tue, 1 Jun 2010 21:33:24 +0000 Subject: Added :eyecatcher token type (for inline diff highlighting) and improved some nested styles. --- test/functional/examples.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test') diff --git a/test/functional/examples.rb b/test/functional/examples.rb index 14f0aea..8452c34 100755 --- a/test/functional/examples.rb +++ b/test/functional/examples.rb @@ -8,7 +8,7 @@ class ExamplesTest < Test::Unit::TestCase div = CodeRay.scan('puts "Hello, world!"', :ruby).div assert_equal <<-DIV, div
-
puts "Hello, world!"
+
puts "Hello, world!"
DIV @@ -25,7 +25,7 @@ end 3
5.times do
-  puts 'Hello, world!'
+  puts 'Hello, world!'
 end
DIV @@ -116,7 +116,7 @@ Token Types (5): div = ruby_highlighter.encode('puts "Hello, world!"') assert_equal <<-DIV, div
-
puts "Hello, world!"
+
puts "Hello, world!"
DIV end -- cgit v1.2.1