aboutsummaryrefslogtreecommitdiffstats
path: root/scratch.lisp
diff options
context:
space:
mode:
authorTeddy Wing2023-04-21 01:54:22 +0200
committerTeddy Wing2023-04-21 01:54:22 +0200
commit3b2675c306686b7b132629ce1a6bc7c3bf0923cd (patch)
tree87c5a49a429b92e582693b2134170ad34fb0272f /scratch.lisp
parentc318ae56561019484190de8b31dabc1c2f89bb74 (diff)
downloadxfdf-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.lisp2
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)