From b8ddd12ca4734e85563577e8c5fb42c200514e00 Mon Sep 17 00:00:00 2001 From: Tim McMackin Date: Thu, 4 Jan 2024 10:54:31 -0500 Subject: [PATCH] parens and bars --- test/styles/Tezos/Capitalize.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/styles/Tezos/Capitalize.yml b/test/styles/Tezos/Capitalize.yml index 98a9b58e0..6b86f66c4 100644 --- a/test/styles/Tezos/Capitalize.yml +++ b/test/styles/Tezos/Capitalize.yml @@ -3,5 +3,5 @@ message: "Always capitalize '%s'" level: error ignorecase: false swap: - '(?:[S|s])mart rollup': "Smart Rollup" - 'smart (?:[R|r])ollup': "Smart Rollup" + '(S|s)mart rollup': "Smart Rollup" + 'smart (R|r)ollup': "Smart Rollup"