Skip to content

Commit

Permalink
add regex test
Browse files Browse the repository at this point in the history
  • Loading branch information
catgirlseraid committed Oct 26, 2024
1 parent 97203b3 commit 60db7aa
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,11 @@ object ItemDisplayOverlayFeatures {
"harvest",
"§7§7You may harvest §6(?<amount>.).*",
)

/**
* REGEX-TEST: Dungeon VII Potion
* REGEX-TEST: Dungeon VII Potion x1
*/
private val dungeonPotionPattern by patternGroup.pattern(
"dungeonpotion",
"Dungeon (?<level>.*) Potion(?: x1)?",
Expand Down

0 comments on commit 60db7aa

Please sign in to comment.