emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/devil ea716bc0ae 2/2: Update regex in Makefile to ensure c


From: ELPA Syncer
Subject: [nongnu] elpa/devil ea716bc0ae 2/2: Update regex in Makefile to ensure checks pass
Date: Sun, 11 Jun 2023 22:00:57 -0400 (EDT)

branch: elpa/devil
commit ea716bc0ae760a44ee0ae3a91d990e762df99802
Author: Susam Pal <susam@susam.net>
Commit: Susam Pal <susam@susam.net>

    Update regex in Makefile to ensure checks pass
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index a53562ca32..d4b048c378 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ checks: tests test-sentence-ends
 test-sentence-ends:
        errors=$$(grep -n '[^0-9]\. [^ lswxz.,"(]' MANUAL.org); echo 
"$$errors"; [ -z "$$errors" ]
        errors=$$(grep -n '\. [^ a]' README.org CHANGES.org LICENSE.org); echo 
"$$errors"; [ -z "$$errors" ]
-       errors=$$(grep -n '\. [^ ]' *.el); echo "$$errors"; [ -z "$$errors" ]
+       errors=$$(grep -n '\. [^ m]' *.el); echo "$$errors"; [ -z "$$errors" ]
        errors=$$(grep -n '[?!] [^ ]' *.org *.el); echo "$$errors"; [ -z 
"$$errors" ]
 
 tests:



reply via email to

[Prev in Thread] Current Thread [Next in Thread]