From 3b2675c306686b7b132629ce1a6bc7c3bf0923cd Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Fri, 21 Apr 2023 01:54:22 +0200 Subject: xfdf.lisp: Print innermost fields of nested fields Making progress printing nested form fields. Now we print the innermost fields, but aren't printing the container fields. --- scratch.lisp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scratch.lisp') diff --git a/scratch.lisp b/scratch.lisp index 7723a80..48d8dc2 100644 --- a/scratch.lisp +++ b/scratch.lisp @@ -1,3 +1,5 @@ (ql:quickload "xfdf-test") (1am:run) (consp '(1 2 3 4)) + +(xfdf::field-xfdf* "name" '(("value" . "1") ("v2" . "2")) 0) -- cgit v1.2.3