##// END OF EJS Templates
Fixes a test that was broken by r2294....
Fixes a test that was broken by r2294. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2303 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r638:889d50089d4d
r2301:51b745470c1d
Show More
_map.rb
9 lines | 109 B | text/x-ruby | RubyLexer
module CodeRay
module Encoders
map :stats => :statistic,
:plain => :text,
:tex => :latex
end
end