Skip to content

Commit

Permalink
Fixed HTML encoder again. (Run the test, baka!)
Browse files Browse the repository at this point in the history
Added jarh.out.raydebug test output.
Fixed a typo in Rakefile.
  • Loading branch information
korny committed Mar 16, 2006
1 parent 8948c62 commit 82223db
Show file tree
Hide file tree
Showing 3 changed files with 373 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ task :up_doc => :rdoc do
end

RUBYFORGE_TRUNK_DIR = 'L:/rubyforge/trunk/coderay/trunk'
desc 'Export trunk to Rubyforge working copy vis SVN'
desc 'Export trunk to Rubyforge working copy via SVN'
task :export do
system 'svn st'
puts 'Exporting changelog.'
Expand Down
2 changes: 1 addition & 1 deletion lib/coderay/encoders/html.rb
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def self.token_path_to_hint hint, classes
when :info_long
classes.map { |kind| TOKEN_KIND_TO_INFO[kind] }.join('/')
when :debug
k.inspect
classes.inspect
end
" title=\"#{title}\""
end
Expand Down
Loading

0 comments on commit 82223db

Please sign in to comment.