Skip to content

Commit

Permalink
Malformed pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidArthurCole committed Oct 26, 2024
1 parent 79156e5 commit 7ce0471
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ object HoppityEventSummary {
*/
private val rabbitTheFishPattern by ChocolateFactoryAPI.patternGroup.pattern(
"rabbit.thefish",
"(?:§.)*HOPPITY'S HUNT (?:§.)*You found (?:§.)*Rabbit the Fish§(?:§.)*!.*"
"(?:§.)*HOPPITY'S HUNT (?:§.)*You found (?:§.)*Rabbit the Fish(?:§.)*!.*"
)

private const val LINE_HEADER = " "
Expand Down

0 comments on commit 7ce0471

Please sign in to comment.