Skip to content

Commit

Permalink
Make Title matching reluctant
Browse files Browse the repository at this point in the history
  • Loading branch information
leeyimin committed Oct 21, 2016
1 parent 1e406cb commit cd836bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ public String toString() {
// TODO: All fields currently compulsory
private static final Pattern TASK_EDIT_ARGS_FORMAT = // '/' forward slashes are reserved for delimiter prefixes
Pattern.compile("" + ArgumentPattern.TARGET_INDEX
+ ArgumentPattern.TITLE + "?"
+ ArgumentPattern.TITLE + "??"
+ ArgumentPattern.DEADLINE
+ ArgumentPattern.STATUS
+ ArgumentPattern.SCHEDULE
Expand Down

0 comments on commit cd836bd

Please sign in to comment.