diff options
author | murphy <murphy@rubychan.de> | 2009-10-19 16:52:59 +0000 |
---|---|---|
committer | murphy <murphy@rubychan.de> | 2009-10-19 16:52:59 +0000 |
commit | a6f93eb4304a062af43083a75d525acc1af9883d (patch) | |
tree | 624996688e5b983a38ba08f9ea05a07017d0e432 /test/scanners/cpp/suite.rb | |
parent | 4f67b22339ea7025dc4536a7e369f60755103acc (diff) | |
download | coderay-a6f93eb4304a062af43083a75d525acc1af9883d.tar.gz |
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.
Diffstat (limited to 'test/scanners/cpp/suite.rb')
-rw-r--r-- | test/scanners/cpp/suite.rb | 2 |
1 files changed, 2 insertions, 0 deletions
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 |