test/package.lisp @ 2a95e54cdcac

Remove opaque-json

It doesn't save that much over just parsing into vanilla `t`, and it makes the
code more complicated.
author Steve Losh <steve@stevelosh.com>
date Sat, 29 Aug 2020 19:30:37 -0400
parents 4c59ba2362d8
children (none)
(defpackage :jarl/test
  (:use :cl :1am)
  (:export :run-tests))