From 200144dd009d33ff8334be24d0fb2cc91b3a87ab Mon Sep 17 00:00:00 2001 From: murphy Date: Wed, 14 Apr 2010 23:59:03 +0000 Subject: Moving scanner tests into separate repository. The repository can be reached at http://svn.rubychan.de/coderay-scanner-tests/trunk. --- .../scanners/ruby/nested-heredoc.expected.raydebug | 27 ---------------------- 1 file changed, 27 deletions(-) delete mode 100644 test/scanners/ruby/nested-heredoc.expected.raydebug (limited to 'test/scanners/ruby/nested-heredoc.expected.raydebug') diff --git a/test/scanners/ruby/nested-heredoc.expected.raydebug b/test/scanners/ruby/nested-heredoc.expected.raydebug deleted file mode 100644 index 4aa4fed..0000000 --- a/test/scanners/ruby/nested-heredoc.expected.raydebug +++ /dev/null @@ -1,27 +0,0 @@ -ident(p) stringoperator(.)ident(strip)operator(.)ident(reverse)inline_delimiter(})>char(\\ -)content(First -END -Second)delimiter(")> - -ident(p) shell operator(;) ident(p) stringinline_delimiter(})>delimiter(")>shellstring - -ident(this)operator(.)ident(should)operator(.)ident(be)operator(.)ident(plain) - -comment(# from Rails) -reserved(unless) ident(new_record?) - ident(connection)operator(.)ident(delete) stringoperator(,) stringcontent( Destroy)delimiter(")>stringcontent( - WHERE )inlinecontent( = )inlinedelimiter( - end_sql)> -reserved(end) - -ident(p) stringstringinline_delimiter(})>content( -code. -that)delimiter( -this)> -ident(that)operator(.)ident(should)operator(.)ident(be)operator(.)ident(plain) \ No newline at end of file -- cgit v1.2.1