From 57e4004ec1a0489e6d8bc7dbd4bd07b110b6239b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 7 Mar 2022 22:55:14 +0100 Subject: Replace Guile's srfi-64:s test-error with working version. Along with updating now failing tests. --- tests/test/param.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tests/test/param.scm') diff --git a/tests/test/param.scm b/tests/test/param.scm index 8b8a010d..4c3cbcfb 100644 --- a/tests/test/param.scm +++ b/tests/test/param.scm @@ -5,6 +5,7 @@ (define-module (test param) :use-module (srfi srfi-64) + :use-module (srfi srfi-64 test-error) :use-module (srfi srfi-88) :use-module ((vcomponent base) :select (param prop* parameters prop)) @@ -45,7 +46,8 @@ END:DUMMY" (call-with-input-string "BEGIN:DUMMY KEY:Some Text -END:DUMMY")) +END:DUMMY" + parse-calendar)) ;; Similar thing happens for sxcal, but during serialization instead (let ((component (make-vcomponent 'DUMMY))) -- cgit v1.2.3