Skip to content

Commit 13e75ae

Browse files
look, an atr reference
1 parent d553335 commit 13e75ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/Main4.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ public class Main4 {
88
public static void main(String [] args) {
99

1010

11-
Matcher matcher = EMAIL_PATTERN.matcher("author-mail koko");
11+
Matcher matcher = EMAIL_PATTERN.matcher("author-mail kokomo komo komo komo");
1212
if (!matcher.find(AUTHOR_EMAIL.length()) || matcher.groupCount() != 1) {
1313
throw new IllegalStateException("Couldn't parse author email from: ");
1414
}

0 commit comments

Comments
 (0)