more lenient regexp for #2185

This commit is contained in:
r888888888
2014-06-11 16:56:45 -07:00
parent 554007ce91
commit e64dac0b5d

View File

@@ -31,7 +31,7 @@ private
[:remove_alias, $1, $2]
elsif line =~ /^remove implication (\S+) -> (\S+)$/i
[:remove_implication, $1, $2]
elsif line =~ /^mass update (\S+) -> (\S+)$/i
elsif line =~ /^mass update\s+(.+)\s+->\s+(.+)$/i
[:mass_update, $1, $2]
elsif line.empty?
# do nothing