@@ -83,7 +83,7 module Redmine | |||||
83 | @parsing = true |
|
83 | @parsing = true | |
84 | end |
|
84 | end | |
85 | else |
|
85 | else | |
86 |
if line =~ |
|
86 | if line =~ %r{^[^\+\-\s@\\]} | |
87 | @parsing = false |
|
87 | @parsing = false | |
88 | return false |
|
88 | return false | |
89 | elsif line =~ /^@@ (\+|\-)(\d+)(,\d+)? (\+|\-)(\d+)(,\d+)? @@/ |
|
89 | elsif line =~ /^@@ (\+|\-)(\d+)(,\d+)? (\+|\-)(\d+)(,\d+)? @@/ |
General Comments 0
You need to be logged in to leave comments.
Login now