From a6f93eb4304a062af43083a75d525acc1af9883d Mon Sep 17 00:00:00 2001 From: murphy Date: Mon, 19 Oct 2009 16:52:59 +0000 Subject: New Scanner: *C++* (#76)! There's a problem with the ternary operator (?:) and labels which needs to be fixed in C, C++ and PHP scanners. I'll get to that soon. --- test/scanners/cpp/suite.rb | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 test/scanners/cpp/suite.rb (limited to 'test/scanners/cpp/suite.rb') diff --git a/test/scanners/cpp/suite.rb b/test/scanners/cpp/suite.rb new file mode 100644 index 0000000..7389d40 --- /dev/null +++ b/test/scanners/cpp/suite.rb @@ -0,0 +1,2 @@ +class Cpp < CodeRay::TestCase +end -- cgit v1.2.1