diff options
author | Teddy Wing | 2023-04-21 01:54:22 +0200 |
---|---|---|
committer | Teddy Wing | 2023-04-21 01:54:22 +0200 |
commit | 3b2675c306686b7b132629ce1a6bc7c3bf0923cd (patch) | |
tree | 87c5a49a429b92e582693b2134170ad34fb0272f /scratch.lisp | |
parent | c318ae56561019484190de8b31dabc1c2f89bb74 (diff) | |
download | xfdf-3b2675c306686b7b132629ce1a6bc7c3bf0923cd.tar.bz2 |
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.
Diffstat (limited to 'scratch.lisp')
-rw-r--r-- | scratch.lisp | 2 |
1 files changed, 2 insertions, 0 deletions
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) |