diff options
author | murphy <murphy@rubychan.de> | 2009-12-28 07:27:12 +0000 |
---|---|---|
committer | murphy <murphy@rubychan.de> | 2009-12-28 07:27:12 +0000 |
commit | 432aeb74d5a49e6f0efd1063113cef099c93aef6 (patch) | |
tree | f300ae05c2418721ea188ca1acc763cff06e71b7 /test/scanners/cpp/elvis.expected.raydebug | |
parent | 1982b2bf7e7bfa333838cf2f3e7613c00d2a67c3 (diff) | |
download | coderay-432aeb74d5a49e6f0efd1063113cef099c93aef6.tar.gz |
Copying changes and fixes for 0.9.0rc3 from terminal-encoder branch over to trunk.
Diffstat (limited to 'test/scanners/cpp/elvis.expected.raydebug')
-rw-r--r-- | test/scanners/cpp/elvis.expected.raydebug | 27 |
1 files changed, 26 insertions, 1 deletions
diff --git a/test/scanners/cpp/elvis.expected.raydebug b/test/scanners/cpp/elvis.expected.raydebug index fdd1099..81743d0 100644 --- a/test/scanners/cpp/elvis.expected.raydebug +++ b/test/scanners/cpp/elvis.expected.raydebug @@ -1 +1,26 @@ -local_variable(this)operator(?)ident(is)operator(+)ident(no)operator(:)ident(label) +ident(This)operator(?)ident(is)operator(+)ident(no)operator(:)ident(label)operator(;) + +comment(// This is only one label:) +label(label:) reserved(switch) operator(()ident(TYPE)operator(()ident(v)operator(\)\)) operator({) + reserved(case) ident(T_CLASS)operator(:) reserved(case) ident(T_MODULE)operator(:) + ident(rb_str_append)operator(()ident(s)operator(,) ident(rb_inspect)operator(()ident(v)operator(\)\);) + reserved(break)operator(;) + reserved(default)operator(:) + ident(rb_str_append)operator(()ident(s)operator(,) ident(rb_any_to_s)operator(()ident(v)operator(\)\);) + reserved(break)operator(;) +operator(}) +comment(// These are two labels.) +ident(function)operator(()ident(call)operator(\);) +label(label2:) label(label3:) ident(a) operator(=) ident(b) operator(+) ident(c)operator(;) + +comment(// Another label.) +reserved(if) operator(()integer(1)operator(\)) operator({) + label(label4:) ident(a) operator(=) ident(b) operator(+) ident(c)operator(;) +operator(}) + +comment(// Not a label.) +ident(test)operator(() + ident(a)operator(?) + ident(b)operator(:) + ident(c) +operator(\))
\ No newline at end of file |