From ed39aa60f9feca9cbfba29cdd3bb606f02639c7a Mon Sep 17 00:00:00 2001 From: Sean Allred Date: Thu, 30 Oct 2014 14:44:05 -0400 Subject: 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. --- tests.el | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tests.el (limited to 'tests.el') 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)) -- cgit v1.2.3