summaryrefslogtreecommitdiff
path: root/www/aswiki/files/patch-scanner.rb
diff options
context:
space:
mode:
Diffstat (limited to 'www/aswiki/files/patch-scanner.rb')
-rw-r--r--www/aswiki/files/patch-scanner.rb16
1 files changed, 0 insertions, 16 deletions
diff --git a/www/aswiki/files/patch-scanner.rb b/www/aswiki/files/patch-scanner.rb
deleted file mode 100644
index 3f21ea325135..000000000000
--- a/www/aswiki/files/patch-scanner.rb
+++ /dev/null
@@ -1,16 +0,0 @@
---- aswiki/scanner.rb.dist Fri Jan 17 22:56:47 2003
-+++ aswiki/scanner.rb Tue May 4 22:17:21 2004
-@@ -97,11 +97,11 @@
- q.push [:TABLE_END, tmp]
- elsif tmp = sc.scan(/\A\|\|/)
- q.push [:TABLE, tmp]
-- elsif tmp = sc.scan(/\A\[img:#{URI::REGEXP::PATTERN::X_ABS_URI}\s+[^]]+?\]/xn)
-+ elsif tmp = sc.scan(/\A\[img:#{URI::REGEXP::PATTERN::X_ABS_URI}\s+[^\]]+?\]/xn)
- q.push [:MOINHREFIMG, tmp]
- # elsif tmp = sc.scan(/\A\[\S+ +\S+?\]/)
- # elsif tmp = sc.scan(/\A\[\S+ +[^]]+?\]/)
-- elsif tmp = sc.scan(/\A\[#{URI::REGEXP::PATTERN::X_ABS_URI}\s+[^]]+?\]/xn)
-+ elsif tmp = sc.scan(/\A\[#{URI::REGEXP::PATTERN::X_ABS_URI}\s+[^\]]+?\]/xn)
- q.push [:MOINHREF, tmp]
- elsif tmp = sc.scan(/\A\{\{/)
- q.push [:ESCAPE_BEGIN, tmp]