diff options
Diffstat (limited to 'tests.el')
-rw-r--r-- | tests.el | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests.el b/tests.el new file mode 100644 index 0000000..57cd42b --- /dev/null +++ b/tests.el @@ -0,0 +1,6 @@ +;;; Tests + +(setq *t (stack-core-make-request "questions")) + +(prog1 t (prin1 (elt (stack-core-parse-questions *t) 0) + #'insert)) |