From 7a780424c6b54a769300dc04c8e21671240d0427 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Fri, 21 Apr 2023 02:10:13 +0200 Subject: xfdf.lisp: Get nested fields working This now prints nested form fields correctly. * Needed a separate string format for the container field. * Had to use `consp`, otherwise `nil` checkbox values wouldn't be recognised and a corresponding `` line wouldn't be printed. * Needed to add a missing nested field to the test's expected value. --- test/xfdf.lisp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'test') diff --git a/test/xfdf.lisp b/test/xfdf.lisp index 63416ea..9095076 100644 --- a/test/xfdf.lisp +++ b/test/xfdf.lisp @@ -63,6 +63,11 @@ Simpson + + + 1234 + + -- cgit v1.2.3