summaryrefslogtreecommitdiff
path: root/test/scanners/cpp/elvis.expected.raydebug
diff options
context:
space:
mode:
Diffstat (limited to 'test/scanners/cpp/elvis.expected.raydebug')
-rw-r--r--test/scanners/cpp/elvis.expected.raydebug26
1 files changed, 0 insertions, 26 deletions
diff --git a/test/scanners/cpp/elvis.expected.raydebug b/test/scanners/cpp/elvis.expected.raydebug
deleted file mode 100644
index 81743d0..0000000
--- a/test/scanners/cpp/elvis.expected.raydebug
+++ /dev/null
@@ -1,26 +0,0 @@
-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