aboutsummaryrefslogtreecommitdiff
path: root/tests/validate-html/run-validator.scm
diff options
context:
space:
mode:
Diffstat (limited to 'tests/validate-html/run-validator.scm')
-rwxr-xr-xtests/validate-html/run-validator.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/validate-html/run-validator.scm b/tests/validate-html/run-validator.scm
index 7e3c9f76..bd96c32d 100755
--- a/tests/validate-html/run-validator.scm
+++ b/tests/validate-html/run-validator.scm
@@ -14,6 +14,7 @@ exec $GUILE -e main -s "$0" -- "$@"
(ice-9 regex)
(ice-9 popen)
(ice-9 format)
+ (srfi srfi-88
((hnh util) :select (group-by ->)))
(define (error-string error)
@@ -63,8 +64,8 @@ exec $GUILE -e main -s "$0" -- "$@"
"raw.xhtml"
))
(define data (xml->sxml pipe
- #:trim-whitespace? #t
- #:namespaces
+ trim-whitespace?: #t
+ namespaces:
'((nu . "http://n.validator.nu/messages/")
(xhtml . "http://www.w3.org/1999/xhtml"))))
(close-pipe pipe)