Parcourir la source

Add test for text after the review username.

Eric Huss il y a 2 ans
Parent
commit
3fa20a3938
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      parser/src/command.rs

+ 1 - 0
parser/src/command.rs

@@ -307,6 +307,7 @@ fn review_commands() {
         ("r? octocat", "octocat"),
         ("R? @octocat", "octocat"),
         ("can I r? someone?", "someone"),
+        ("Please r? @octocat can you review?", "octocat"),
         ("r? rust-lang/compiler", "rust-lang/compiler"),
         ("r? @D--a--s-h", "D--a--s-h"),
     ] {