From 715e36ab81389ebf53ea158027d0a83f144eee0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Tue, 30 Jun 2020 01:58:19 +0200 Subject: Finished renamining attribute to property. --- tests/xcal.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/xcal.scm') diff --git a/tests/xcal.scm b/tests/xcal.scm index 78e7e7df..88c708f4 100644 --- a/tests/xcal.scm +++ b/tests/xcal.scm @@ -3,7 +3,7 @@ ((output xcal) vcomponent->sxcal) ((util) ->) ((vcomponent base) - parameters attr* children) + parameters prop* children) ) ;;; Some different types, same parameters @@ -41,5 +41,5 @@ END:VCALENDAR" (test-equal "xcal parameters" '((X-TEST-PARAM "10")) - (parameters (attr* (car (children twice-converted)) + (parameters (prop* (car (children twice-converted)) 'STATUS))) -- cgit v1.2.3