Age | Commit message (Collapse) | Author |
|
|
|
Making progress printing nested form fields. Now we print the innermost
fields, but aren't printing the container fields.
|
|
This isn't working yet. I'm working out how to set up the recursion to
print fields hierarchically.
|
|
Write a test for the `write-xfdf` function.
Worked out how to create the test system from:
- https://lispcookbook.github.io/cl-cookbook/testing.html
- https://github.com/sjl/cl-digraph/blob/master/cl-digraph.test.asd
- https://github.com/fukamachi/dexador/blob/master/dexador-test.asd
Add the test string to the `write-xfdf` function to pass the test and
check that the test runner is set up correctly.
|