diff options
author | murphy <murphy@rubychan.de> | 2010-04-14 23:59:03 +0000 |
---|---|---|
committer | murphy <murphy@rubychan.de> | 2010-04-14 23:59:03 +0000 |
commit | 200144dd009d33ff8334be24d0fb2cc91b3a87ab (patch) | |
tree | f46c939cd01b8d4165b5d9f3444c20e072b51408 /test/scanners/diff/example.expected.raydebug | |
parent | 612a14e17bdae5dbb5b13cdceec797523725cbbe (diff) | |
download | coderay-200144dd009d33ff8334be24d0fb2cc91b3a87ab.tar.gz |
Moving scanner tests into separate repository. The repository can be reached at http://svn.rubychan.de/coderay-scanner-tests/trunk.
Diffstat (limited to 'test/scanners/diff/example.expected.raydebug')
-rw-r--r-- | test/scanners/diff/example.expected.raydebug | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/test/scanners/diff/example.expected.raydebug b/test/scanners/diff/example.expected.raydebug deleted file mode 100644 index 01eae8c..0000000 --- a/test/scanners/diff/example.expected.raydebug +++ /dev/null @@ -1,27 +0,0 @@ -head[head(===================================================================)filename()] -head[head(--- )filename(/Users/jgoebel/rails/pastie/app/controllers/pastes_controller.rb)plain( (revision 1431\))] -head[head(+++ )filename(/Users/jgoebel/rails/pastie/app/controllers/pastes_controller.rb)plain( (revision 1437\))] -change[change(@@)plain( -1,6 +1,10 )change(@@)] -insert[insert(+)ident(require) string<delimiter(')content(login_system)delimiter(')>] - ident(require) string<delimiter(')content(coderay)delimiter(')> - - reserved(class) class(PastesController) operator(<) constant(ApplicationController) -insert[insert(+) ident(include) constant(LoginSystem)] -insert[insert(+)] -insert[insert(+) ident(before_filter) symbol(:attempt_cookie_login)] - - comment(# caches_action :recent) - -change[change(@@)plain( -10,11 +14,7 )change(@@)] - - reserved(def) method(show) - instance_variable(@paste) operator(=) constant(Paste)operator(.)ident(find)operator(()ident(params)operator([)symbol(:id)operator(])operator(\)) -delete[delete(-) reserved(if) ident(params)operator([)symbol(:key)operator(]) reserved(and) ident(params)operator([)symbol(:key)operator(])operator(==)constant(User)operator(.)ident(new)operator(()instance_variable(@paste)operator(.)ident(nick)operator(\))operator(.)ident(magic_mojo)] -delete[delete(-) ident(session)operator([)symbol(:login)operator(])operator(=)instance_variable(@paste)operator(.)ident(nick)] -delete[delete(-) reserved(return) ident(redirect_to)operator(()symbol(:action) operator(=)operator(>) string<delimiter(')content(show)delimiter(')>operator(,) symbol(:id) operator(=)operator(>) instance_variable(@paste)operator(.)ident(id)operator(\))] -delete[delete(-) reserved(end)] -delete[delete(-) ] -insert[insert(+) ident(attempt_key_login) reserved(if) reserved(not) ident(logged_in?)] - reserved(unless) instance_variable(@paste)operator(.)ident(asset) reserved(or) reserved(not) instance_variable(@paste)operator(.)ident(body)operator(.)ident(blank?) - ident(render) symbol(:action) operator(=)operator(>) string<delimiter(")content(edit)delimiter(")> - reserved(end)
\ No newline at end of file |