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. --- test/scanners/cpp/elvis.in.cpp | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 test/scanners/cpp/elvis.in.cpp (limited to 'test/scanners/cpp/elvis.in.cpp') diff --git a/test/scanners/cpp/elvis.in.cpp b/test/scanners/cpp/elvis.in.cpp deleted file mode 100644 index 9cdd574..0000000 --- a/test/scanners/cpp/elvis.in.cpp +++ /dev/null @@ -1,26 +0,0 @@ -This?is+no:label; - -// This is only one label: -label: switch (TYPE(v)) { - case T_CLASS: case T_MODULE: - rb_str_append(s, rb_inspect(v)); - break; - default: - rb_str_append(s, rb_any_to_s(v)); - break; -} -// These are two labels. -function(call); -label2: label3: a = b + c; - -// Another label. -if (1) { - label4: a = b + c; -} - -// Not a label. -test( - a? - b: - c -) \ No newline at end of file -- cgit v1.2.1