ref: 036e9f81f14ab453afb3d2e2f76681cd8d30a0cd
parent: eadb7f61c8851bdc2438e9f3c7e321d700d9fe50
author: Emlyn Corrin <emlyn.corrin@gmail.com>
date: Mon Feb 3 07:37:24 EST 2020
Fix regex The hyphen should be the last (or first) item in the character class to prevent it being interpreted as a range indicator
--- a/.gitignore
+++ b/.gitignore
@@ -12,8 +12,8 @@
RE:examples/[a-z]*
# ignore compiled test programs
-RE:tests/src/test-[a-z-_]*$
-RE:tests/cpp/test-[a-z-_]*$
+RE:tests/src/test-[a-z_-]*$
+RE:tests/cpp/test-[a-z_-]*$
# only sgml manpages count
doc/*.1