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/rails.expected.raydebug | |
parent | 301adecdbdc5a0b3921c68c19491747b517edc03 (diff) | |
download | coderay-db6274c90dc88a2a2ca22a78779a705ecb074465.tar.gz |
Ruby Scanner: Shebang comments are highlighted as :doctype.
Diffstat (limited to 'test/scanners/ruby/rails.expected.raydebug')
-rw-r--r-- | test/scanners/ruby/rails.expected.raydebug | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/test/scanners/ruby/rails.expected.raydebug b/test/scanners/ruby/rails.expected.raydebug index 484f200..88a7b63 100644 --- a/test/scanners/ruby/rails.expected.raydebug +++ b/test/scanners/ruby/rails.expected.raydebug @@ -17754,7 +17754,7 @@ reserved(class) class(CGI) reserved(end) reserved(end) reserved(end) -comment(#!/usr/local/bin/ruby -w) +doctype(#!/usr/local/bin/ruby -w) comment(# This is a really simple session storage daemon, basically just a hash, ) comment(# which is enabled for DRb access.) @@ -73589,7 +73589,7 @@ reserved(class) class(TimeZone) reserved(end) reserved(end) reserved(end) -comment(#!/usr/bin/env ruby) +doctype(#!/usr/bin/env ruby) comment(#--) comment(# Copyright 2004 by Jim Weirich (jim@weirichhouse.org\).) comment(# All rights reserved.) @@ -73642,7 +73642,7 @@ reserved(class) class(Object) comment(#:nodoc:) reserved(end) reserved(end) reserved(end) -comment(#!/usr/bin/env ruby) +doctype(#!/usr/bin/env ruby) ident(require) string<delimiter(')content(builder/blankslate)delimiter(')> @@ -73785,7 +73785,7 @@ reserved(module) class(Builder) comment(#:nodoc:) reserved(end) reserved(end) reserved(end) -comment(#!/usr/bin/env ruby) +doctype(#!/usr/bin/env ruby) comment(#--) comment(# Copyright 2004 by Jim Weirich (jim@weirichhouse.org\).) @@ -73848,7 +73848,7 @@ reserved(module) class(Builder) reserved(end) reserved(end) -comment(#!/usr/bin/env ruby) +doctype(#!/usr/bin/env ruby) comment(#--) comment(# Copyright 2004 by Jim Weirich (jim@weirichhouse.org\).) comment(# All rights reserved.) @@ -74156,7 +74156,7 @@ reserved(module) class(Builder) reserved(end) reserved(end) -comment(#!/usr/bin/env ruby) +doctype(#!/usr/bin/env ruby) comment(#--) comment(# Copyright 2004 by Jim Weirich (jim@weirichhouse.org\).) |