diff options
author | murphy <murphy@rubychan.de> | 2009-04-20 21:19:41 +0000 |
---|---|---|
committer | murphy <murphy@rubychan.de> | 2009-04-20 21:19:41 +0000 |
commit | 32701fcf0c5f0e54d7172ceb86e44664aa4bae10 (patch) | |
tree | 5185f2c879f0478a89b2dcbc2a0a632ddaf838b9 /test/scanners/sql/suite.rb | |
parent | cf0b7a2a80808c06cb51ad2ee8971082d96cd41e (diff) | |
download | coderay-32701fcf0c5f0e54d7172ceb86e44664aa4bae10.tar.gz |
New: *PHP and SQL Scanners*
* Both not well tested yet, preview versions.
* Some example code for both languages.
* PHP scanner original by Stefan Walk.
* SQL scanner using code by Keith Pitt and Josh Goebel.
Diffstat (limited to 'test/scanners/sql/suite.rb')
-rw-r--r-- | test/scanners/sql/suite.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/scanners/sql/suite.rb b/test/scanners/sql/suite.rb new file mode 100644 index 0000000..f1122b3 --- /dev/null +++ b/test/scanners/sql/suite.rb @@ -0,0 +1,2 @@ +class SQL < CodeRay::TestCase +end |