From d9c7757cf1f01f414a9970098d1808e550015641 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Fri, 27 Oct 2023 17:23:19 +0200 Subject: Fix "define*" not being excempted. --- testrunner.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testrunner.scm b/testrunner.scm index 3b73ea0d..fbab2585 100755 --- a/testrunner.scm +++ b/testrunner.scm @@ -46,7 +46,7 @@ exec "$GUILE" --debug --no-auto-compile -e main -s "$0" "$@" (list ;; All definitions are ignored, since they quite often are missed ;; (and don't really "run") - "\\(define(-(\\w|-)+[*]?)?\\s" + "\\(define(-(\\w|-)+)?[*]?\\s" "read-hash-extend" "; NOCOV[^\"]*$")) -- cgit v1.2.3