From 7a56b623f9c555da38219529f9e3ce41cda5f376 Mon Sep 17 00:00:00 2001 From: Joseph Kato Date: Thu, 7 Nov 2024 16:13:04 -0800 Subject: [PATCH] Match case --- features/rules.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/rules.feature b/features/rules.feature index 10b2796..f4ee7be 100644 --- a/features/rules.feature +++ b/features/rules.feature @@ -39,7 +39,7 @@ Feature: Rules When I test "Contractions" Then the output should contain exactly: """ - test.md:3:1:Google.Contractions:Use 'It's' instead of 'It is'. + test.md:3:1:Google.Contractions:Use 'it's' instead of 'It is'. """ Scenario: Use of dashes