From 60db7aac66b70ce7b8963142adf1677f0f35b0f9 Mon Sep 17 00:00:00 2001 From: catgirlseraid <77941535+catgirlseraid@users.noreply.github.com> Date: Sat, 26 Oct 2024 23:33:21 +1300 Subject: [PATCH] add regex test --- .../features/inventory/ItemDisplayOverlayFeatures.kt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/main/java/at/hannibal2/skyhanni/features/inventory/ItemDisplayOverlayFeatures.kt b/src/main/java/at/hannibal2/skyhanni/features/inventory/ItemDisplayOverlayFeatures.kt index 24baeb1f9a04..97a5a5737320 100644 --- a/src/main/java/at/hannibal2/skyhanni/features/inventory/ItemDisplayOverlayFeatures.kt +++ b/src/main/java/at/hannibal2/skyhanni/features/inventory/ItemDisplayOverlayFeatures.kt @@ -78,6 +78,11 @@ object ItemDisplayOverlayFeatures { "harvest", "§7§7You may harvest §6(?.).*", ) + + /** + * REGEX-TEST: Dungeon VII Potion + * REGEX-TEST: Dungeon VII Potion x1 + */ private val dungeonPotionPattern by patternGroup.pattern( "dungeonpotion", "Dungeon (?.*) Potion(?: x1)?",