summaryrefslogtreecommitdiff
path: root/test/html/suite.rb
blob: f4cd6f49b544d60d0c5aa2ace9ba07420f848afe (plain)
1
2
3
4
5
6
7
8
9
class HTMLTest < CodeRaySuite

  @file = __FILE__
  LANG = :html
  EXTENSION = 'html'

end

$suite << HTMLTest.suite if $suite