fix to work with the case default issue is used
This commit is contained in:
parent
62146d3cee
commit
269c5d408f
@ -422,7 +422,7 @@ eom
|
||||
},
|
||||
|
||||
"done" => proc{|args|
|
||||
raise CommandSyntaxError unless /\A(\d+)?(?: by (\h+))?(?:\s*-- +(.*))?\z/ =~ args
|
||||
raise CommandSyntaxError unless /\A(\d+)?(?: *by (\h+))?(?:\s*-- +(.*))?\z/ =~ args
|
||||
notes = $3
|
||||
notes.strip! if notes
|
||||
rev = $2
|
||||
|
Loading…
x
Reference in New Issue
Block a user