summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/todo/scanners/coderay_lua_lexar.patch2
-rw-r--r--etc/todo/scanners/csharp.rb2
-rw-r--r--etc/todo/scanners/paste-693 (IO).rb2
-rw-r--r--etc/todo/scanners/sql.Josh Goebel.rb2
4 files changed, 4 insertions, 4 deletions
diff --git a/etc/todo/scanners/coderay_lua_lexar.patch b/etc/todo/scanners/coderay_lua_lexar.patch
index f7e3c8d..0c59559 100644
--- a/etc/todo/scanners/coderay_lua_lexar.patch
+++ b/etc/todo/scanners/coderay_lua_lexar.patch
@@ -117,7 +117,7 @@ Index: vendor/plugins/coderay-0.7.6.227/lib/coderay/scanners/lua.rb
+ kind = :hex
+
+ elsif scan(/(?:0[0-7]+)(?![89.eEfF])/)
-+ kind = :oct
++ kind = :octal
+
+ elsif scan(/(?:\d+)(?![.eEfF])/)
+ kind = :integer
diff --git a/etc/todo/scanners/csharp.rb b/etc/todo/scanners/csharp.rb
index 7686ce5..ad1806c 100644
--- a/etc/todo/scanners/csharp.rb
+++ b/etc/todo/scanners/csharp.rb
@@ -77,7 +77,7 @@ module CodeRay
kind = :hex
elsif scan(/(?:0[0-7]+)(?![89.eEfF])/)
- kind = :oct
+ kind = :octal
elsif scan(/(?:\d+)(?![.eEfFdDmML])/)
kind = :integer
diff --git a/etc/todo/scanners/paste-693 (IO).rb b/etc/todo/scanners/paste-693 (IO).rb
index 664d893..ee13933 100644
--- a/etc/todo/scanners/paste-693 (IO).rb
+++ b/etc/todo/scanners/paste-693 (IO).rb
@@ -71,7 +71,7 @@ module CodeRay module Scanners
kind = :hex
elsif scan(/(?:0[0-7]+)(?![89.eEfF])/)
- kind = :oct
+ kind = :octal
elsif scan(/(?:\d+)(?![.eEfF])/)
kind = :integer
diff --git a/etc/todo/scanners/sql.Josh Goebel.rb b/etc/todo/scanners/sql.Josh Goebel.rb
index 57b5e8c..efa6990 100644
--- a/etc/todo/scanners/sql.Josh Goebel.rb
+++ b/etc/todo/scanners/sql.Josh Goebel.rb
@@ -83,7 +83,7 @@ module CodeRay module Scanners
kind = :hex
elsif scan(/(?:0[0-7]+)(?![89.eEfF])/)
- kind = :oct
+ kind = :octal
elsif scan(/(?:\d+)(?![.eEfF])/)
kind = :integer