Skip to content

Commit 3fa20a3

Browse files
committed
Add test for text after the review username.
1 parent 7597fb3 commit 3fa20a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

parser/src/command.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,7 @@ fn review_commands() {
307307
("r? octocat", "octocat"),
308308
("R? @octocat", "octocat"),
309309
("can I r? someone?", "someone"),
310+
("Please r? @octocat can you review?", "octocat"),
310311
("r? rust-lang/compiler", "rust-lang/compiler"),
311312
("r? @D--a--s-h", "D--a--s-h"),
312313
] {

0 commit comments

Comments
 (0)