diff options
author | Sean Allred <code@seanallred.com> | 2014-10-30 14:44:05 -0400 |
---|---|---|
committer | Sean Allred <code@seanallred.com> | 2014-10-30 14:44:05 -0400 |
commit | ed39aa60f9feca9cbfba29cdd3bb606f02639c7a (patch) | |
tree | b4d046cf66ab56cbebe0b8bed0b5704309d3a6f5 /tests.el |
Initial commit
Well, not really. If you would like the old version history, please get
in touch with me at code@seanallred.com. It's a wreck though and
contains inconsistent information.
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)) |