diff options
author | murphy <murphy@rubychan.de> | 2009-01-13 15:49:04 +0000 |
---|---|---|
committer | murphy <murphy@rubychan.de> | 2009-01-13 15:49:04 +0000 |
commit | db6274c90dc88a2a2ca22a78779a705ecb074465 (patch) | |
tree | 04b983cd7ca0dc3fb2097f951c3f79761f6a1b3d /test/scanners/ruby/sidebarize.expected.raydebug | |
parent | 301adecdbdc5a0b3921c68c19491747b517edc03 (diff) | |
download | coderay-db6274c90dc88a2a2ca22a78779a705ecb074465.tar.gz |
Ruby Scanner: Shebang comments are highlighted as :doctype.
Diffstat (limited to 'test/scanners/ruby/sidebarize.expected.raydebug')
-rw-r--r-- | test/scanners/ruby/sidebarize.expected.raydebug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/scanners/ruby/sidebarize.expected.raydebug b/test/scanners/ruby/sidebarize.expected.raydebug index fb7e255..8111464 100644 --- a/test/scanners/ruby/sidebarize.expected.raydebug +++ b/test/scanners/ruby/sidebarize.expected.raydebug @@ -1,4 +1,4 @@ -comment(#!/usr/bin/env ruby) +doctype(#!/usr/bin/env ruby) comment(# Sidebarize is a quite simple converter, like a lot others.) comment(# But in one way Sidebarize is special: it converts) comment(# feeds into HTML-pages suitable for sidebars in Gecko-browsers.) |