From 1a18c30f06b97392414a8a69f04b52918bdfe554 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Fri, 1 Dec 2023 23:13:32 +0100 Subject: Repair format tests. The test have been really broken for a while, since the return type of `parameters` changed somewhere along the line. The serializers are now updated to the new API, and the tests updated to compare components correctly! --- doc/ref/vcomponent/general.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/ref/vcomponent/general.texi b/doc/ref/vcomponent/general.texi index ab914a5b..0f12b417 100644 --- a/doc/ref/vcomponent/general.texi +++ b/doc/ref/vcomponent/general.texi @@ -103,7 +103,7 @@ Curried version of @var{prop}. @defun properties comopnent @example -((key . value) ...) +((key value) ...) @end example @end defun -- cgit v1.2.3